http://www.webreference.com/dhtml/column70/
-moz-border-radius, -moz-border-radius-topleft, -moz-border-radius-topright, -moz-border-radius-bottomleft, -moz-border-radius-bottomright
Support: Netscape 7+, Mozilla 0.95+
Inherited: No
Allowed Values:
- Inherit: Use the value of this property from the parent element.
- [Length]: Specifies a length and unit of the border/corner radius.
- [Percentage]: Specifies a percentage. Not sure of what the percentage relates to.
Purpose:
This property controls the curve radius of borders at the corners, allowing corners to be rounded (otherwise, borders are usually squared off.) The '-moz-border-radius' property is a shorthand method for controlling this effect for each corner. If one value is specified, it applies to all corners. If only two values exist, the first applies to the top-left and bottom-right, while the second value applies to the top-right and bottom-left. If all four values are specified, they control, in order: [top-left] [top-right] [bottom-right] [bottom-left]
-- Neerav Bhatt http://www.bhatt.id.au Web Development & IT consultancy
http://www.bhatt.id.au/blog/ - Ramblings Thoughts http://www.bhatt.id.au/photos/ http://www.bookcrossing.com/mybookshelf/neerav
Sigurd Magnusson wrote:
Alternatively, fast forward to the the future, and use border-bottom-right-radius :P
http://www.w3.org/TR/2005/WD-css3-background-20050216/#the-border-radius
Someone here mentioned that this is already implemented in FireFox with a different name.
****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
