HTML and CSS Reference
In-Depth Information
O NLINE http://htmlref.com/ch6/behaviorbinding.html
Compatibility
CSS3
Firefox 1+
Notes
• This property is supported as -moz-binding in Firefox browsers.
• The property is similar to Internet Explorer's behavior property.
border-bottom-left-radius
This property is used to round the bottom-left border corner specifically.
Syntax
border-bottom-left-radius: horizontal-radius vertical-radius
Example
<div style="border: 1px solid red;-moz-border-radius-bottomleft: 15px;
-webkit-border-bottom-left-radius: 15px; border-bottom-left-radius: 15px;">
Bottom left corner
</div>
Compatibility
CSS3
Chrome 2+, Firefox 3+, Safari 3+
Search WWH ::




Custom Search