Is there any elegant way of applying a certain style to all elements under IE6? I can do it with some JavaScript, but I was wonderin
Does putting a class attribute on you input element work for you?
input.text{ //some CSS attributes and values here.... }
input.text{
//some CSS attributes and values here....
}