Work on the following website: http://cetcolor.com
The graphical pointer with the "Read about this" button has a link with a hang that, when minimized, displays an orange graphic and is a clickable link.
However, in IE browsers it does not work.
Here is the affected 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>
And here is the CSS link:
#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; }
Does anyone know why the hang does not work in IE browsers?
source share