本文档基于 CC协议(Creative Commons Share-Alike License)发布,是developer.mozilla.com, www.mozref.comwww.aptana.com共同劳动的成果。

-moz-border-radius

Specifies the radius of the border around the element.

Browser/User Agent Support

IENetscapeMozillaOperaSafari
no7.0+1.0+nono

Usage

[-moz-border-radius-topleft] [-moz-border-radius-topright] [-moz-border-radius-bottomright] [-moz-border-radius-bottomleft]

Remarks

Use the border-style property as a shortcut to typing out all of the individual -moz-border-radius properties separately. You can specify any valid value for a border-style- property as part of border-style.

You can specify up to four different border styles for the border of an element.

Related