问题
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?
回答1:
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
来源:https://stackoverflow.com/questions/11835999/how-can-i-get-css-pseudo-element-checked-to-work-in-ie7-ie8