Kenbob
Junior Member
Posts: 3
Registered: 10/13/2007
Member Is Offline
|
| posted on 10/17/2007 at 04:23 AM |
|
|
Menu drops under frames
Have a simple problem - Tigra menu drops under frame -
menu.js is like this:
' style="position:absolute;top: ', this.n_y, 'px;left:', this.n_x, 'px;width:',
this.getprop('width'), 'px;height:', this.getprop('height'), 'px;visibility:hidden;',
' z-index: ', this.n_depth + 1000, ';cursor:', (this.a_config[1] ? 'pointer' : 'default'), '" ',
//***************************
The z-index talked about in the forum appears to be fixed on this new load -
Any ideas on how to get menu on top?
reference www.brunk.elementfx.com/frame to see it.
Thanks for any help
|
|
|
tigra
Administrator
Posts: 1960
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 10/30/2007 at 02:24 AM |
|
|
Frames are the so called windowed elements and they don't obey z-index in many browsers. GOLD version of the menu uses the trick that improves the
chances the submenu will appear over the iframes and select boxes. Free version doesn't use this feature.
|
|
|
|