[jQuery] Re: [Superfish] Submenus appear underneath menu items when the menu wraps

2009-02-06 Thread Michael Smith
Didn't find a fix - I tried bgiframe but couldn't get it to work. I'll go back to regular menus for the time being. Thanks On Wed, Feb 4, 2009 at 1:58 PM, jQuery Lover wrote: > > This is how IE interprets z-index settings for positioned elements. > > Google it and you will surely find a fix:

[jQuery] Re: [Superfish] Submenus appear underneath menu items when the menu wraps

2009-02-04 Thread jQuery Lover
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 wrote: > > Hi again

[jQuery] Re: [Superfish] Submenus appear underneath menu items when the menu wraps

2009-02-04 Thread Michael Smith
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?

[jQuery] Re: [Superfish] Submenus appear underneath menu items when the menu wraps

2009-02-03 Thread Michael Smith
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 wrote: > > Try setting z-index value in CSS for the current menu list with a > higher val

[jQuery] Re: [Superfish] Submenus appear underneath menu items when the menu wraps

2009-02-03 Thread jQuery Lover
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 wrote: > > Hi, > > As per this example: > > http://dev2.savingforchildren.co.uk/mjs/menu.e