[jQuery] Re: Superfish: Gap between top level menu and popup..

2008-09-09 Thread Joel Birch
Notice in superfish.css, this rule: .sf-menu li:hover ul, .sf-menu li.sfHover ul { left: 0; top:2.5em; /* match top ul list item height */ z-index:99; } The top property dictates where the top of the first submenus

[jQuery] Re: Superfish: Gap between top level menu and popup..

2008-09-08 Thread Mike Henke
change the default .for the horizontal menu of sf-menu a { padding: . 75em 1em;} to .25em 1em and a gap will appear from the menu to where the drop down appears. I was implementing your comment about reducing the height of the menu by reducing the top and bottom padding on the anchor elements.

[jQuery] Re: Superfish: Gap between top level menu and popup..

2008-08-25 Thread Joel Birch
Hi ccollie, I can't visualise exactly what your issue is. Can you post an example please? Cheers Joel Birch.