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

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

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

[jQuery] Re: Help with Superfish drop down menu

2007-07-13 Thread Joel Birch
Looks like you did everything right, but I missed yet another bit of CSS that should go with those other bits. You should also add this immediately *before* the line I most recently showed you: .nav li li:hover li ul, .nav li li.sfHover li ul { top:-999em; } Just a note: I know it

[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-12 Thread Joel Birch
Sorry, you will also need something like this just *before* that declaration: .nav li li li:hover ul, /* pure CSS hover is removed below */ ul.nav li li li.sfHover ul { left:9.45em; top:-1px; } Joel Birch. On 13/07/2007, at 12:53 AM, Joel Birch wrote: Hi Arjan, You proba

[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; } ...