Thanks Joel!

I could've sworn I'd changed that in the javascript file, but
apparently not.

Thanks for taking the time to help all of us helpless javascript
rookies.  We really appreciate it.  Very few people would have the
patience for it, so thanks again!

Just out of curiousity, is there a function I could implement to make
the menus fade out as well as fade in?

Kiera


On Dec 2, 7:57 pm, "Joel Birch" <[EMAIL PROTECTED]> wrote:
> Hello,
>
> The hover class needs to be sfHover with an uppercase H. This bites
> people occasionally which is why I added it to the "Troubleshooting"
> section of the Superfish docs. Hopefully if you fix that your menu
> will work, let us know if not.
>
> Alternatively, if you prefer to use your current spelling you can pass
> it in via the options object like so:
>
> $(document).ready(function(){
>     $('#nav').superfish({ hoverClass:'sfhover' });
>
> });
>
> Joel Birch.

Reply via email to