2011-08-09 47 views

回答

0

您是否在鏈接元素上設置類?如果我沒有記錯,IE7不會識別諸如懸停和活動的狀態,而不是鏈接。

2

IE7.js應該做的伎倆。只需使用:選擇的

<!--[if lt IE 7]> 
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE8.js"></script> 
<![endif]--> 

子集它處理:

parent > child 
adjacent + sibling 
adjacent ~ sibling 
.multiple.classes 
:hover Now applies to all elements 
:first-child 

它還修正CSS屬性,以及png格式的透明度。另外,它是輕量級的。

相關問題