[jQuery] Re: Help with jQuery Suckerfish 2-tier navigation

2008-11-07 Thread FudgeCat
Many thanks Geuis, i forgot to post my css too, so here it is :) /* Nav --- */ #navContainer {background:url(../images/navBk.jpg) repeat-x;width: 680px;height:28px;float:right;position:relative;z-index: 300;margin:-178px 0 0 200px;padding:0;} #nav , #nav ul{marg

[jQuery] Re: Help with jQuery Suckerfish 2-tier navigation

2008-11-06 Thread Geuis
Don't use a strict javascript approach to building suckerfish menus. Use CSS, and only add javascript to support hover on non-anchor elements in IE6. Use the Son of Suckerfish page for the basics. http://www.htmldog.com/articles/suckerfish/dropdowns/ Here is a complete working example: http://