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

烂漫一生 提交于 2019-12-06 05:39:39

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!