Dean Edwards编写了一个能够使IE6也支持属性选择器的脚本( 名字比较奇怪,叫:IE7 ),详情见: http://code.google.com/p/IE 7-js ,这是一个公共版本,从而在一定程度上可以提高网站的访问速度。
可以通过下面的代码将脚本插入到页面中:
<!-- [if IE 6]> <script src="http://IE 7-js.googlecode.com/svn/version/2.1/IE 7.js></script> <![endif]-->