tags: CSS
, Web 2.0
, GUI
, HTML
posted: Monday, January 30th, 2006
These CSS3 tips will certainly come in handy and will thankfully eliminate all those corner gif’s that I see so many websites using to get this effect.
Comments (3)
Leave a Comment
Yes and isn’t it a shame that not everyone uses Firefox. That would make development and design so much easier.
Or you could use Rico’s rounded corner functions
RSS feed for comments on this post. TrackBack
With Mozilla based browsers (including Firefox), you can add rounded corners with the CSS tag: -moz-border-radius: 8px; (where the radius can be adjusted to suite your preferences.
Of course, that doesn’t work in IE.
I use that for my code samples on my blog (http://blog.pothoven.net)