Re[4]: IE: hmenu is behind selects
2006/05/26 12:45
Viewed 9255 times
Replies: 2/3

i've seen this example and it's ok but my site is built on divs that looks like frames. i used this example http://www.pmob.co.uk/temp/fixedlayoutexample10.htm and put the menu on the top. selects are in Content, so when i use menu it's behind selects

Re[5]: IE: hmenu is behind selects
2006/05/26 12:58
Viewed 10719 times
Replies: 0/0

look, this is my example

http://www.michalczyz.com/test.html

does anyone know how to solve this problem ?

last
Re[5]: IE: hmenu is behind selects
2006/05/26 13:00
Viewed 10854 times
Replies: 1/1

I see there are some z-index declarations in that sample. They could affect the display of SELECT-s, that is, if SELECT-s have a z-index higher than the menu, then it's normal that they get displayed on top. I can't be sure that this is the problem, but please try to comment-out all z-index declarations in your code and see if it works. Then add them back (if they are really needed) but lower their values.

The DynarchMenu "hider" iframe (which is important for IE to display it correctly on top of selects) has a z-index of 980. Other menu components have 990 (shadows) and 1000 (popup menus)—as you can see, quite close to the values in the sample you pointed out.

last
Re[6]: IE: hmenu is behind selects
2006/05/26 13:12
Viewed 12508 times
Replies: 0/0

ok, thanks. it works

last
Google