I want to make a CSS class so that i can use it like this
So how do I make a class so that
just apply these rules:
.hoverbuttons { ... } .hoverbuttons:hover { ... }
note: on IE6 and previous :hover pseudoclass will work only on elements.
:hover