In my CSS I have an entry like this to set the background-color of all INPUT elements.
However, I wish to have one single INPUT element (a button) to have the default background color. How do I return it to the default?
Tony
________________________________________________________________________________
Code:
input {font-size: 11px; background-color: #CEE3E6;}
Code:
input.register {background-color: [COLOR=red]something here?[/color]}
Tony
________________________________________________________________________________