You are here: Reference > CSS > properties > browser specific extensions > -moz-border-radius-topleft
-moz-border-radius-topleft property | -webkit-border-top-left-radius property
-moz-border-radius-topleft: | ||||||
-webkit-border-top-left-radius: |
Sets the rounding of the upper left corner of the border.
JavaScript page for this property: MozBorderRadiusTopleft | webkitBorderTopLeftRadius. 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 top-left border 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-border-radius-topleft and the -webkit-border-top-left-radius properties:
|
||||
<head> <style> .example { border: 3px solid red; -moz-border-radius-topleft: 30px; -webkit-border-top-left-radius: 30px; } </style> </head> <body> <div class="example"> Border with top-left rounded 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, tt, u, ul, var, input:range, input:search, q, xmp
Related pages:
-moz-border-bottom-colors
-moz-border-end
-moz-border-end-color
-moz-border-end-style
-moz-border-end-width
-moz-border-left-colors
-moz-border-radius
-moz-border-radius-bottomleft
-moz-border-radius-bottomright
-moz-border-radius-topright
-moz-border-right-colors
-moz-border-start
-moz-border-start-color
-moz-border-start-style
-moz-border-start-width
-moz-border-top-colors
border
border-bottom
border-bottom-color
border-bottom-style
border-bottom-width
border-color
border-left
border-left-color
border-left-style
border-left-width
border-right
border-right-color
border-right-style
border-right-width
border-style
border-top
border-top-color
border-top-style
border-top-width
border-width
-moz-border-end
-moz-border-end-color
-moz-border-end-style
-moz-border-end-width
-moz-border-left-colors
-moz-border-radius
-moz-border-radius-bottomleft
-moz-border-radius-bottomright
-moz-border-radius-topright
-moz-border-right-colors
-moz-border-start
-moz-border-start-color
-moz-border-start-style
-moz-border-start-width
-moz-border-top-colors
border
border-bottom
border-bottom-color
border-bottom-style
border-bottom-width
border-color
border-left
border-left-color
border-left-style
border-left-width
border-right
border-right-color
border-right-style
border-right-width
border-style
border-top
border-top-color
border-top-style
border-top-width
border-width
External links:
-moz-border-radius-topleft (Mozilla Developer Center)
-webkit-border-top-left-radius (Safari Reference Library)
border-radius (W3C)
-webkit-border-top-left-radius (Safari Reference Library)
border-radius (W3C)
User Contributed Comments