Click to See Complete Forum and Search --> : Rollover Nav appars behind Combo Box


broomci
April 21st, 2002, 10:24 PM
Does any one know how to get a rollover drop down menu to appear over a combo box in IE - works fine in NS but always appears under in IE

Thanks

websmith99
October 2nd, 2002, 07:14 PM
Unfortunately, in IE the combo box's zIndex always takes precedence.

It's best to change the layout of the page.

Waldo2k2
October 2nd, 2002, 11:51 PM
but style properties in IE (and NS also i believe) are inherited from the containing 'layer', in my example a div. put both in divs, and give the one containing the drop down menu a uppermost z-index....that should work...that's the whole point of z-index....it shouldn't override...in theory....