keithclark / selectivizr

selectivizr is a JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8.
1.71k stars 247 forks source link

Am I doing something wrong? "input[type=text] { ... }" #52

Open adampoczatek opened 11 years ago

adampoczatek commented 11 years ago

Hi!

Just wondering whether I'm doing something wrong or it's a bug:

http://jsbin.com/azijof/1/edit

ie6

As you can see on the screenshot, it doesn't seem to work in older IE (tested in ie6 but it probably happens in 7 and 8 too).

Any ideas?

Thanks!