[jQuery] Re: Superfish Menu - Different Flyout Styles

2009-08-08 Thread pixelwiz
Ok, new problem, looks fine in Firefox, but in IE6 it just looks horrible. Any ideas? http://zr.tixx4you.com/nav_flyout.asp

[jQuery] Re: Superfish Menu - Different Flyout Styles

2009-08-08 Thread pixelwiz
I think I figured it out, had to add one more selector to this (.sf- menu li.sfHover a) .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu li.sfHover a, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { background-color:#f26921; background-image:url(images/logo_tiny2.gif); }

[jQuery] Re: Superfish Menu - Different Flyout Styles

2009-08-08 Thread pixelwiz
Ok, here is what I mean: http://zr.tixx4you.com/nav_flyout.asp I almost got it to work, but I can't figure out how to make to Hover class stay on (keep the main menu element highlighted) while the user hovers over the sub-elements. Thanks, -Roman

[jQuery] Re: Superfish Menu - Different Flyout Styles

2009-08-08 Thread Charlie
by "differently" do you mean different than example? or different for each sub level element? if former, you need to work through the css file and adjust to your design if latter, add classes to each sub element and create css rules accordingly, keeping in mind that you'll need to create sever