Awesome CSS3 and RGBA Styled Buttons from Zurb
Recently stumbled upon this great article where you can create "awesome" looking buttons using just CSS 3 and RGBA. Check it out
Just in case you guys didn`t know, CSS3 is here *almost*. Recently I stumbled upon this very nice article on how to create “Awesome looking buttons/links using CSS3 and RGBA”. It has cool looking shadows created purely by CSS and works in both bright and dark backgrounds, Neat trick every web designer should know. Do check it out
Here is the link,
“http://www.zurb.com/article/266/super-awesome-buttons-with-css3-and-rgba”
Advantages :
- Uses CSS3 and RGBA
- Everything is generated using CSS
- Supports *almost* all modern browsers
Disadvantages :
- Uses CSS3 (since it is not officially released)
- IE8 as usual does not support this
- Website may seem sluggish for the visitors if it is bombarded with lot of buttons.
















dude , i cant get it. the give nthe code. its liilte bit difficult to understand
When would CSS3 be realesed?
Great Article though
Hey Dave,
Actually many of the modern browsers support CSS3 in their own way.
For example firefox supports CSS3 specific rounded corners as
-moz-border-radius, while Safari supports CSS3 specific rounded corners as-webkit-border-radiusAlmost all the latest browsers do have some support for CSS3, the oldies such as IE6,FF1.5(not sure) etc are the ones to be worried bout.