This is how IE interprets z-index settings for positioned elements. Google it and you will surely find a fix: http://www.google.com/search?q=ie+z-index+issue
---- Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Wed, Feb 4, 2009 at 2:56 PM, Michael Smith <smi...@gmail.com> wrote: > > Hi again > > I added this css: > > .sf-menu li li a { > background:red; > z-index:100; > } > > and as you can see on : > > http://dev2.savingforchildren.co.uk/mjs/menu.epl > > When using IE (in my case IE6) the submenus still appear under the main menus. > > Anything I can do to get them on top? > > Michael > > On Tue, Feb 3, 2009 at 11:03 AM, Michael Smith <smi...@gmail.com> wrote: >> Thanks jQuery Lover - I messed around with a few things without >> success. Any chance you can be more specific as to the css change >> needed? >> >> Thanks again >> Michael >> >> >> On Tue, Feb 3, 2009 at 9:48 AM, jQuery Lover <ilovejqu...@gmail.com> wrote: >>> >>> Try setting z-index value in CSS for the current menu list with a >>> higher value like 1000. >>> >>> ---- >>> Read my jQuery HowTo Blog- http://jquery-howto.blogspot.com >>> >>> >>> >>> On Tue, Feb 3, 2009 at 2:42 PM, Michael Smith <smi...@gmail.com> wrote: >>>> >>>> Hi, >>>> >>>> As per this example: >>>> >>>> http://dev2.savingforchildren.co.uk/mjs/menu.epl >>>> >>>> I find that if my menus wrap in IE, then the submenus appear >>>> underneath the other menus. In Firefox it's fine. Is there a way >>>> round this or is wrapping menus not supported? >>>> >>>> Thanks >>>> >>>> Michael >>>> >>> >> >