Firstly, thank you both for your excellent support!

Especially with the jQuery 1.3.1.1 version of suckerfish to enable,
that went right by me :)

I have put in a more specific selector to init Superfish (i've noticed
in firefox already that it runs faster!), and have also applied z-
index to the base .nav class too.

However, it still does not appear to work :(
With this page:
http://cressaid.brettjamesonline.com/staley/projects.html
(all the html pages are essentially the same, by the way), I had a
weird thing, where it doesn't show, but if I reload a few times
quickly, I can get it to appear in a moused over state, and have it
work ok.

Does this mean I still have some kind of conflict with swfobject?

On Oct 1, 12:59 am, "Joel Birch" <[EMAIL PROTECTED]> wrote:
> On 10/1/07, Joel Birch <[EMAIL PROTECTED]> wrote:
>
> > $(".nav").superfish({
> >                 animation : { opacity:"show",height:"show"},
> >                 delay           : 250
> > });
>
> In your case I advise adding more specificity to the selector you use
> to initialiseSuperfish. ".nav" is a fairly slow selector and I only
> use it for my examples in order for the simplest implementation for
> everyone regardless of their mark-up. I recommend changing it in your
> case to "#navigation>.nav" as that will narrow down the search for the
> .nav element greatly.
>
> Joel Birch.

Reply via email to