HTML & CSS Wiki
Advertisement
Stub

This article is a stub. Please help the wiki by coding it. Spamming and vandalism is not considered an improvement and will result in discipline, up to, and including a permanent block.


The CSS -moz-outline-radius-topright Mozilla extension property specifies the radius of the top right corner of an element's outline. -moz-outline-radius sets the radius for all sides of the outline. -moz-outline-radius-topleft, -moz-outline-radius-bottomleft, and -moz-outline-radius-bottomright set the radius for the other corners of the outline.

Values[]

See the values of the -moz-outline-radius property.


CSS example:

<span style="border:medium solid red; -moz-outline-radius-topright:10px;">TEXT</span>
Advertisement