在以下网站上工作:
http://cetcolor.com
带有“Read About It”按钮的标头图形具有一个定位链接,悬停时滚动显示橙色按钮图形并且是可点击链接.
但是,在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浏览器中工作?