我一直在撕扯我的头发。我使用Dean Edwards' IE9.js让IE6成为一场噩梦。这是我的<head>
<!--[if lt IE 7]>
<link rel="stylesheet" href="/css/ie6.css" type="text/css" media="screen">
<![endif]-->
<!--[if lt IE 9]>
<script type="text/javascript" src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
<![endif]-->
然后,我在IETester中打开一个IE6实例并获取:
An error has occured on a script in this page:
Line: 7
Char: 28214
Error: Invalid Argument
删除IE9.JS会删除此错误(但在网站上会有很多错误)。有任何想法吗?该网站位于:ryanballard.tk
谢谢