Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:35
NO separator when WIDTH set to 0 ( left blank)
Poster: MichaMue
Dated: Monday June 17 2002 - 14:25:30 BST
Hallo,
on IE6 there is no separator, when the menu WIDTH is set to 0 or left blank (dynamic width)!
Regards,
Michael Mueller
GERMANY
Poster: massenavette
Dated: Wednesday June 19 2002 - 15:43:27 BST
I had the same problem.
just deactive the fading :
if(navigator.appVersion.indexOf("MSIE 6.0")>0){
wi=0
// effect = "Fade(duration=0.3);Alpha(style=0,opacity=99);Shadow(color='#777777', Direction=135, Strength=5)"
effect = "Alpha(style=0,opacity=99);Shadow(color='#777777', Direction=135, Strength=5)"
Patrick Massenavette