以下網站上的工作元素上懸停:http://cetcolor.comIE不尊重:
桅頂的圖形與「閱讀它」按鈕與懸停定位鏈接,當在顯示器推出的橙色按鈕圖形,是一個可點擊的鏈接。
但是,在IE瀏覽器中它不起作用。
這裏是受影響的HTML:
<div id="header">
<a href="/" title="CET Color"><img src="images/logo.gif" width="147" height="86" alt="CET Color" class="logo"></a>
<span class="strapline">Affordable Large-format UV Printing Solutions</span>
<a href="/pressroom_article8" class="read_about_it"></a>
</div>
這裏是引用CSS:
#header .read_about_it {
position: absolute;
top: 239px;
left: 803px;
z-index: 100;
width: 114px;
height: 17px;
}
#header .read_about_it:hover {
background-image: url(/images/masthead_index_read_about_i.jpg);
background-repeat: no-repeat;
cursor: pointer;
z-index: 101;
}
有沒有人有,爲什麼懸停沒有在IE瀏覽器中工作的任何想法?
一個原因可能是您有一個空的鏈接。嘗試在其中插入一些文本並執行「text-indent:-9999px」將其移出。 – easwee 2012-03-22 16:18:19
我認爲你是對的,這個問題處理的鏈接是空的。當我將內容添加到鏈接時,它會起作用。當我在上面的第一個聲明中添加文本縮進時,它停止工作。不知道該怎麼辦... – Yazmin 2012-03-22 19:34:21