Forum Moderators: open
Mac
css code:
<STYLE TYPE="text/css">
<!--
#Special {
position: absolute;
top: 97px;
left: 2px;
z-index: 100
}
-->
</STYLE>
html code:
<SPAN ID="special"><a href="tickets.html"><IMG SRC="images/ticketsale.gif" border="0"></a></SPAN><IFRAME style="DISPLAY: block; POSITION: absolute; left: 2; top: 97; HEIGHT: 63px; WIDTH: 191px;" marginWidth="0" marginHeight="0" src="special1.html" frameBorder="0" noResize scrolling="no"></IFRAME>
<DIV style="DISPLAY: block; POSITION: absolute; left: 2; top: 97; z-index: 100;"><a href="tickets.html"><IMG SRC="images/ticketsale.gif" border="0"></a></DIV>
<added>
Mods, this could belong in about three diff forums, but I thought this would be the most general and apt to get a better answer, however, feel free to move to a forum if the problem could be better solved there.
</added>
In fact, it looks like the span and the div have identical content, and they also have an identical z-index.
I can see why some browsers might get tied in knots. It sure is asking a lot from older technology (like IE5) and from a Microsoft browser produced for Apple customers (makes you go hmmmm, doesn't it?)