Is there any way I can define a different Style Sheet for Input tags with different types?
(Example: <input type=text> <input type=button> )
I have standards on my web site that say the background should be one color, textboxes another color, and buttons another color.
Is there an easy way to do this, without having to assign a class to each element?
Thanks in advance!
(Example: <input type=text> <input type=button> )
I have standards on my web site that say the background should be one color, textboxes another color, and buttons another color.
Is there an easy way to do this, without having to assign a class to each element?
Thanks in advance!