Apple Style Button CSS3
This is a collection of pure CSS3 Apple style buttons, inspired from here. This presentation is fully CSS3, without any images, just using, border-radius gradient-background, pseudo classes :hover & :active .
This presentation works with 3 states, basic, :hover and :active, when the element is on hover state, the gradient-background change, and when the element is clicked, the span.hid is display:block; to reveal some text.
When your mouse is over, the .hid element stay display until the mouse hover ending, it which reminds that jquery can do :) , and it's created with the .hid:hover > .hid in the css.