Hi Ettiene,

You need to add an .end() to before you add the find('ul').bgIframe() like so:

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

Joel Birch.

Reply via email to