yumadoug
Newbie
Posts: 1
Registered: 4/7/2006
Member Is Offline
|
| posted on 4/7/2006 at 02:59 AM |
|
|
menu transparent behind layer
My menu drop down items appear transparent behind my content layer below the menu. Any way to make it dropdown as solid colored over my layer?
|
|
|
tigra
Administrator
Posts: 1926
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 4/7/2006 at 03:32 PM |
|
|
If you're talking about regular document layers and not about selectboxes, iframes or flash movies then the problem can be solved by increasing the
base z-index of the menu. In the menu.js of free version replace:
+' z-index: ' + this.n_depth + ';" '
with
+' z-index: ' + (this.n_depth + 1000) + ';" '
Tigra Menu GOLD has the parameter for the base z-index in the menu initialization.
|
|
|
insuranceguy
Newbie
Posts: 1
Registered: 5/3/2006
Member Is Offline
|
| posted on 5/3/2006 at 04:08 PM |
|
|
Your solution does not work.
I understand the problem to be that the level 1 menus are semi-tranparent ... i.e. text in the windows behind the menus partially shows through the
menus. Your suggetion to modify the base z-index of the menu does not appear to have any affect on this.
What we are asking for is how we can make the menus completely opaque in color ... not semi-opaque / semi-tranparent.
Do you have another suggestion?
|
|
|
tigra
Administrator
Posts: 1926
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 5/3/2006 at 07:25 PM |
|
|
check the menu.css
most likely there is the opacity setting in there.
|
|
|