Search found 1 match

by massenavette
Wed Jun 19, 2002 3:43 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: NO separator when WIDTH set to 0 ( left blank)
Replies: 1
Views: 2187

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 ...