donmateo
05-23-2008, 03:54 PM
Just a quick question:
I have the below style for my text inputs and IE6 ignores it...
input[type=text]{margin: 3px 0; padding: 1px; outline: 0;}
In order for IE6 to obey the above style, I have to create a separate class, and apply it to each text input. It's not a huge deal, just redundant.
input.text{margin: 3px 0; padding: 1px; outline: 0;}
Is this the only work-around in IE6 or am I missing something?
Matt
I have the below style for my text inputs and IE6 ignores it...
input[type=text]{margin: 3px 0; padding: 1px; outline: 0;}
In order for IE6 to obey the above style, I have to create a separate class, and apply it to each text input. It's not a huge deal, just redundant.
input.text{margin: 3px 0; padding: 1px; outline: 0;}
Is this the only work-around in IE6 or am I missing something?
Matt