[jQuery] Re: Help with Superfish drop down menu

2007-07-13 Thread fr0sty
I changed the things in the CSS but no changes, http://www.onbereikbaar.nl/menu or did i do something wrong? On 12 jul, 17:01, Joel Birch [EMAIL PROTECTED] wrote: Sorry, you will also need something like this just *before* that declaration: .nav li li li:hover ul, /* pure CSS hover is

[jQuery] Re: Help with Superfish drop down menu

2007-07-13 Thread fr0sty
Tnx seems to work now :), now it's time to style it and make it ajax :) But first 3 weeks holiday time!! Tnx for your help :) On 13 jul, 12:47, Joel Birch [EMAIL PROTECTED] wrote: Looks like you did everything right, but I missed yet another bit of CSS that should go with those other bits.

[jQuery] Re: Help with Superfish drop down menu

2007-07-13 Thread Olivier Percebois-Garve
Hi Joel Just a thought, more comments in the css file of superfish would be worth since it is where a big part of the complexity of the menu system goes. Also personally, I'm not sure to understand the rules you have added to the original suckerfish css. Olivier Joel Birch wrote: Looks

[jQuery] Re: Help with Superfish drop down menu

2007-07-13 Thread Joel Birch
On 14/07/2007, at 10:06 AM, Olivier Percebois-Garve wrote: Hi Joel Just a thought, more comments in the css file of superfish would be worth since it is where a big part of the complexity of the menu system goes. Also personally, I'm not sure to understand the rules you have added to the

[jQuery] Re: Help with Superfish drop down menu

2007-07-12 Thread Joel Birch
Hi Arjan, You probably need to add the new level to the hover override declaration. So change this CSS: /*following rule negates pure CSS hovers so submenu remains hidden and JS controls when and how it appears*/ .superfish li:hover ul, .superfish li li:hover ul { top:-999em; } ...