naresh_ch
Newbie
Posts: 1
Registered: 7/16/2007
Location: Bangalore, India
Member Is Offline
|
| posted on 7/16/2007 at 09:42 AM |
|
|
Tigra Menus are not displaying properly on ASP.NET Page
Hi!
I am using the Tigra Menus. Now, the problem is the sub menus are hiding behind the controls. for example, i have placed the menus on ASP.NET Page and
under the main menu i have placed a control like label or image or any control. when, i click on main menu, the sub menu is displaying behind the
controls.
Please, help me on this.
Thank you,
Naresh Chintagunta
|
|
|
tigra
Administrator
Posts: 1982
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 7/22/2007 at 05:14 PM |
|
|
try bumping menus z-index by replacing
z-index: ', this.n_depth,
with
with z-index: ', (this.n_depth + 1000),
in menu.js. This may not work with some elements such as flash movies and select boxes. for those see
http://www.softcomplex.com/forum/viewthread_10/
|
|
|
|