我的代碼:錨覆蓋的img懸停
<a class="preview" href="">
<img class="frame" src="tmp5.png" alt="" />
</a>
a.preview:hover {
background:red url('../images/icons/preview.png') 0 0 no-repeat;
display:block;
height:100%;
width:100%;
z-index:40;
}
a.preview:hover img {
display:block;
position:relative;
z-index:10;
}
形象也由CSS樣式,我只想補充懸停錨的背景下,將覆蓋圖像。
我想避免使用JS如果可能的話。
任何人有任何建議?
你需要這在IE7的工作? – thirtydot
會很棒,因爲我想支持這個瀏覽器。 –