Transparent Menu when using IE6

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
rscallion
Beginner
Beginner
Posts: 2
Joined: Wed Oct 16, 2002 8:32 am
Location: Australia

Transparent Menu when using IE6

Post by rscallion »

Since upgrading to IE6 the menus are now mildly transparent.


How do you disable it accross all browsers, in the script?
timmyboy
Advanced
Advanced
Posts: 15
Joined: Wed Aug 28, 2002 4:23 pm

Post by timmyboy »

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: Select all

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 <><
rscallion
Beginner
Beginner
Posts: 2
Joined: Wed Oct 16, 2002 8:32 am
Location: Australia

Fixid

Post by rscallion »

Fixed!!!!


Thank You
Post Reply