-
Rounded corners
Sunday, August 10, 2008 by Martijn Broeders
This will work in Safari and FireFox only:
#box_with_corner {
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #999999;
border-bottom-color: #666666;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}
And who knows that Microsoft will include CSS3 into IE8. (wishful thinking)Leave a comment › Posted in: CSS