Image with rounded corners (using CSS3)
# Linked to 27 March 2009, 04:00 in Tutorials by Sam Brown
W3C added nice new options for creating rounded corners of elements to their CSS3 working draft. Engines like Gecko and WebKit already implemented these functions, but they use vendor prefixes in the keywords (
-moz-border-radiusand-webkit-border-radius), because the feature is not yet fully standardized. I was playing with the rounded corners and I like this feature a lot, but I also hit one problem.
Tweet Subscribe to the RSS Feed →