-moz-border-radius-bottomleft, -moz-border-radius-bottomright, -moz-border-radius-topleft, -moz-border-radius-toprightNN 6 IE n/a CSS n/a

Inherited: No

Controls the radius of one border corner. Note that the value arrangement differs from the preliminary CSS3 corner-specific border-radius attribute value setup.

 
CSS Syntax
 
-moz-border-radius-bottomleft: radius
-moz-border-radius-bottomright: radius
-moz-border-radius-topleft: radius
-moz-border-radius-topright: radius 
 
Value

See -moz-border-radius.

 
Initial Value

0

 
Example
 
div.bizarro {-moz-border-radius-topright:10%; -moz-border-radius-bottomright:10% }
 
Applies To

All elements.