hdeuxo
10-11-2005, 04:32 PM
Hi I'm not the only one who's posting a thread like this, but since I've found no answers I'm trying again
The AnyLink Drop Down Menu works perfectly in almost all browser but not in IE 5 for Mac (classic and OsX). I did'nt found the problem...
if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')
It could be from this <div... thing pb... I know there's differences in the css interpretations...
Or it could be something else...
Even if it represent 3% of my web site traffic, I'd like to make this fantastic script works on IE5 for mac...
Could anyone get ride of it ?
Thanks for helping.
The AnyLink Drop Down Menu works perfectly in almost all browser but not in IE 5 for Mac (classic and OsX). I did'nt found the problem...
if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')
It could be from this <div... thing pb... I know there's differences in the css interpretations...
Or it could be something else...
Even if it represent 3% of my web site traffic, I'd like to make this fantastic script works on IE5 for mac...
Could anyone get ride of it ?
Thanks for helping.