Ok, I'm struggling a bit here...

My call in the head looks like this:

$(document).ready(function(){
        $("ul.nav").superfish()
                .find(">li>ul>li:has(ul)").addClass("isparent")
                .find('ul').bgIframe({opacity:false});
});

I've got that first "find" in there to add a class "isparent" to all
<li>'s that have a <ul> in them, basically if they have dropdown
menus.
The second find is for the bgiframe code

But this doesn't do anything in IE6.

Unfortunately I can't update the code on the geotrust website before
I've fixed it.

Thanks
Ettiene

On Oct 3, 2:10 pm, Ettiene <[EMAIL PROTECTED]> wrote:
> hmm.. I thouhgt I was using the latest method :)
>
> I've downloaded the latest version of bgiframe which is currently on
> the server. So what you're saying is that I replace my (complicated)
> call to superfish in my head with the simple one like you listed, and
> it should do the trick?
>
> I'll try that in any case.
>
> Thanks
> Ettiene
>
> On Oct 3, 1:54 pm, "Joel Birch" <[EMAIL PROTECTED]> wrote:
>
> > Hello Ettiene,
>
> > There is now a much simpler and less buggy way of using bgIframe. It
> > is described on the updated Superfish documentation page, 
> > here:http://users.tpg.com.au/j_birch/plugins/superfish/#sample2
>
> > You will need to make sure you are using the most up-to-date version
> > of bgIframe which you can get 
> > here:http://brandonaaron.net/jquery/plugins/bgiframe/docs/#where_can_i_get_it
>
> > The improved code for applying bgIframe to Superfish is this:
>
> > $(document).ready(function(){
> >     $("ul.sf-menu").superfish().find('ul').bgIframe({opacity:false});
>
> > });
>
> > Much simpler than the older method that you are currently using.
>
> > Joel Birch.

Reply via email to