1
我使用Dean Edwards' IE7.js對IE6當我使用Dean Edwards的IE7.js和IE6時,如何處理以下錯誤?
<!--[if lt IE 7]>
<script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE7.js"
type="text/javascript"></script>
<![endif]-->
和IE 6得到一個JavaScript錯誤時,它讀取的行:
c.runtimeStyle[h]=c.parentElement.currentStyle[h]
我怎樣才能解決這個問題?
但IE7我不需要這個JavaScript。我只用於IE6。 – 2009-11-21 04:58:45
其實'parentElement'只是IE。 – 2009-11-21 05:48:15