transparent menu

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Zivko
Beginner
Beginner
Posts: 1
Joined: Mon Oct 10, 2005 9:29 am

transparent menu

Post by Zivko »

How can I make transparent menu?
You know, I would like to build menu trough witch text behind it can be seen.
I tried with transparent gifs but it didn’t work.
Can it be done with some <DIV> attributes?
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Hi,

Although this will only work in Internet Explorer you can add the following to your menu or style declaration:

Code: Select all

overfilter="Alpha(opacity=75);";
You can change the value to suit the level of opacity.
Post Reply