org/documentation/general/webkit_css_styles
11 http://www.opera.com/docs/specs/opera9/css/
12 http://www.blooberry.com/indexdot/css/properties/extensions/operaextensions.htm
The Ultimate CSS Reference 372
-moz-border-radius
-moz-border-radius: { { length | percentage } 1 to 4
values | inherit } ;
SPEC
version initial inherited
N/A 0 NO
BROWSER SUPPORT
Op9.2 Saf3 FF1+ IE7
NONE NONE FULL NONE
-moz-border-radius 14 is Gecko??™s
equivalent to CSS3??™s border-radius 15
property, although it differs in a few
respects that are discussed below. This
property allows us to specify rounded
borders, or rounded backgrounds if no
borders have been defined.
The main differences are that the Gecko
shorthand property ??“moz-border-radius will allow each individual corner to have
a different radius, whereas the CSS3 property defines all four corners to be the same
size, but caters for elliptical rounding by allowing two values to be specified. It??™s
possible to specify the radius of individual corners in the CSS3 version of this
property using more specific properties such as border-top-right-radius.
Pages:
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539