Re[3]: IE: hmenu is behind selects
2006/05/26 12:38
Viewed 7791 times
Replies: 1/4

I'm not sure what you're doing wrong, but I'm sure we do have protection for this :-) For instance, this demo seems to work fine in IE6, Windows XP SP2: http://www.dynarch.com/demos/hmenu/examples/select.html

Re[4]: IE: hmenu is behind selects
2006/05/26 12:45
Viewed 9264 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

last
Re[5]: IE: hmenu is behind selects
2006/05/26 12:58
Viewed 10727 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 10863 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
Google