Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I get css pseudo element :checked to work in IE7 + IE8?

I'm trying to style selected radio buttons different than non-selected radio butons in IE 7+8. I've tried selectivizer and it fixed the problem, but also created other problems with css background images being set as hidden. Does anyone know of another JS library that will fix the IE pseudo issue?

like image 306
mike Avatar asked Dec 26 '22 20:12

mike


1 Answers

Have you tried IE9.js ?

  • http://code.google.com/p/ie7-js/
  • http://www.charlescooke.me.uk/web/lab_notes/ie7_script.html
  • http://ie7-js.googlecode.com/svn/test/index.html
  • http://ie7-js.googlecode.com/svn/test/checked.html
like image 129
m-r-r Avatar answered Dec 29 '22 09:12

m-r-r