Does IE6 ignore selectors with type selectors in the same selector chain?

Hi all,

I’ve noticed that if I have a selector chain with a type selector in…

input.submit, .button, input[type="submit"] 

IE6 completely ignores the full rule and I have to create an identical rule just for IE6.

is this normal?!

Thanks

Yes ie6 cannot read that.

groan I’m all for using type selectors but I don’t want to have to double up my rules [insert rant about how we should drop support for a browser that was first released in 1973… yada yada]

Thanks for the knowledge dude : )