You are here: Reference > CSS > properties > browser specific extensions > -moz-outline-radius-topleft
-moz-outline-radius-topleft property
Sets the rounding of the upper left outline corner.
JavaScript page for this property: MozOutlineRadiusTopleft. You can find other example(s) there. |
Possible values:
One of the following values:
Takes the value of this property from the computed style of the parent element. | |||||||
The radius of the outline in length units. For the supported length units, see the length page. | |||||||
The radius is the specified percentage of the width of the object. |
Default: 0.
Example HTML code 1:
This example illustrates the use of the -moz-outline-radius-topleft property:
|
||||
<head> <style> .example { outline: 4px solid blue; -moz-outline-radius-topleft: 30px; } </style> </head> <body> <div class="example">Outline with rounded topleft corner</div> </body> |
||||
|
||||
Did you find this example helpful?
|
Supported by tags:
a, abbr, acronym, address, applet, b, bdo, big, blink, blockQuote, body, button, caption, center, cite, code, dd, del, dfn, dir, div, dl, dt, em, embed, fieldSet, font, form, H1, H2, H3, H4, H5, H6, hr, html, i, iframe, img, input:button, input:checkbox, input:file, input:image, input:password, input:radio, input:reset, input:submit, input:text, ins, isIndex, kbd, label, legend, li, marquee, menu, object, ol, optGroup, option, p, pre, s, samp, select, small, span, strike, strong, sub, sup, table, tBody, td, textArea, tFoot, th, tHead, tr, tt, u, ul, var
Related pages:
-moz-outline
-moz-outline-color
-moz-outline-offset
-moz-outline-radius
-moz-outline-radius-bottomleft
-moz-outline-radius-bottomright
-moz-outline-radius-topright
-moz-outline-style
-moz-outline-width
outline
outline-color
outline-offset
outline-style
outline-width
-moz-outline-color
-moz-outline-offset
-moz-outline-radius
-moz-outline-radius-bottomleft
-moz-outline-radius-bottomright
-moz-outline-radius-topright
-moz-outline-style
-moz-outline-width
outline
outline-color
outline-offset
outline-style
outline-width
External links:
User Contributed Comments