Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
In Mozilla applications, the -moz-outline-radius-topleft
CSS property can be used to round the top-left corner of an element's outline
.
Initial value | 0 |
---|---|
Applies to | all elements |
Inherited | no |
Percentages | refer to the corresponding dimension of the border box |
Media | visual |
Computed value | as specified |
Animation type | a length, percentage or calc(); |
Canonical order | the unique non-ambiguous order defined by the formal grammar |
Example
HTML
<p>Look at this paragraph's top-left corner.</p>
CSS
p { margin: 5px; border: solid cyan; outline: dotted red; -moz-outline-radius-topleft: 2em; }
Result
See also
- See the
-moz-outline-radius
property for more information.
Document Tags and Contributors
Tags:
Contributors to this page:
mfluehr,
wbamberg,
Sebastianz,
teoli,
Yann Dìnendal,
Sheppy,
Fredchat,
Mgjbot,
Spanglerco
Last updated by:
mfluehr,