[jQuery] Re: superfish (two of them in a page??)

2007-10-02 Thread GianCarlo Mingati
It works! Thanks alot Joel. GC On Oct 2, 4:15 pm, "Joel Birch" <[EMAIL PROTECTED]> wrote: > Hi GianCarlo, > > In the CSS, apply a lower z-index to the second Superfish menu and > also to it's li elements. Assuming you have class="nav" on both menus, > change the second one to class="nav second",

[jQuery] Re: superfish (two of them in a page??)

2007-10-02 Thread GianCarlo Mingati
thank you Joel, i'll check this out GC On Oct 2, 4:15 pm, "Joel Birch" <[EMAIL PROTECTED]> wrote: > Hi GianCarlo, > > In the CSS, apply a lower z-index to the second Superfish menu and > also to it's li elements. Assuming you have class="nav" on both menus, > change the second one to class="nav s

[jQuery] Re: superfish (two of them in a page??)

2007-10-02 Thread Joel Birch
Hi GianCarlo, In the CSS, apply a lower z-index to the second Superfish menu and also to it's li elements. Assuming you have class="nav" on both menus, change the second one to class="nav second", then add this CSS after the main Superfish CSS: .second, .second li { z-index: 998; } That should