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
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
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
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