Ascalonian
Programmer
I am trying to apply some CSS to a button in a form.
I am able to do:
However, that does not work in IE (surprise, surprise). Is there another way to apply a CSS to a button without having to add the class or style attribute?
I am able to do:
Code:
input[type="button"]{...}
However, that does not work in IE (surprise, surprise). Is there another way to apply a CSS to a button without having to add the class or style attribute?