Mozilla and Style...

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
Stefanius
Beginner
Beginner
Posts: 1
Joined: Tue Apr 22, 2003 3:54 pm

Mozilla and Style...

Post by Stefanius »

On line 12 of menu_array.js i inserted:

Code: Select all

effect = "Fade(duration=0.3);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
But the

Code: Select all

Alpha(style=0,opacity=88);
-part (the most beautifull part), is only for IE. Now using alpha blending with IE sucks because IE is very slow using this briljant technique, but Mozilla instead can do this to, but even better and MUCH, MUCH faster...

My question is now, how should i insert the '-moz-opacity;0.88'? So the alpha bled effect is also working in Mozilla?

I hope you can help me...


Stefan.
[/code]
Post Reply