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:21
Transparent Menu when using IE6
Poster: rscallion
Dated: Wednesday October 16 2002 - 8:40:20 BST
Since upgrading to IE6 the menus are now mildly transparent.
How do you disable it accross all browsers, in the script?
Poster: timmyboy
Dated: Wednesday October 16 2002 - 13:57:56 BST
I had the same thing happen, nice feature but not the look I was going for at the time. Open up the menu array js file that is appearing faded. look for a line that looks like this
Code:
effect2 = "Alpha( style=0,opacity=65)"
The effect name and the values may be different, but that is the file and what the line will look similar to. The "opacity" is what you want to change from whatever it may be, to 100. You could do a "find" in your document for opacity and change them all to 100 if you wanted.
Take care and good luck,
~ tim <><