CSS is cool, since it saves me time to define certain repetitive attributes, but can I use it to handle events?
I have a form that uses CSS to control font, color, etc. for a group of controls, but these controls also have a group of identical onmouseover and onmouseout events, how do I, or can I, 'abbreviate' the codes by using something like a CSS?
I have a form that uses CSS to control font, color, etc. for a group of controls, but these controls also have a group of identical onmouseover and onmouseout events, how do I, or can I, 'abbreviate' the codes by using something like a CSS?