Dopple
12-07-2006, 07:51 AM
I'm assuming this is to do with my CSS.
I have a horspot for the navbar (Purple box) at www.ufreak.net/boxoffice.php. This is selectable in Firefox but in IE it's not. This image is absolutely positioned so I'm not sure if this makes a difference?
I'm using <img id="menubg" src="img/menubg.png" usemap="recordings" alt="">
and the style for #menubg is
#menubg {
position:absolute;
z-index:0;
top:75px;
left:0px;
}
Any ideas as to what could be causing this?
I have a horspot for the navbar (Purple box) at www.ufreak.net/boxoffice.php. This is selectable in Firefox but in IE it's not. This image is absolutely positioned so I'm not sure if this makes a difference?
I'm using <img id="menubg" src="img/menubg.png" usemap="recordings" alt="">
and the style for #menubg is
#menubg {
position:absolute;
z-index:0;
top:75px;
left:0px;
}
Any ideas as to what could be causing this?