Sasuke
Newbie
Posts: 1
Registered: 10/31/2004
Location: San Diego
Member Is Offline
|
| posted on 10/31/2004 at 03:56 AM |
|
|
About transparency in Free Tigra menu
Hi, I want to know if there's a script for transparency on the Free mode of the menu, like the one on the home page of Tigra. Please, help me
out!
Thanks!
|
|
|
tspurr
Junior Member
Posts: 4
Registered: 10/6/2004
Member Is Offline
|
| posted on 11/2/2004 at 12:32 AM |
|
|
In the "demo1" example that comes with the program there is an example, the the "menu.css" file. (It needs to be applied to an
"outer" style.)
/* level 1 outer */
.m0l1oout {
text-decoration : none;
border : 1px solid #FFFFFF;
background: #46B446;
filter: alpha(opacity=85);
}
(example taken from actual demo1 of free Tigra Menu product) - also I think this works in IE Windows only. (the text between the /* and */ is a css
comment and doesn't effect the style, it is just to help you see which style is applied to what...)
|
|
|