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: Saturday July 14 2012 - 06:07:32
Mozilla and Style...
Poster: Stefanius
Dated: Tuesday April 22 2003 - 16:05:31 BST
On line 12 of menu_array.js i inserted:
Code:
effect = "Fade(duration=0.3);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
But the
Code:
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]