Hi Joel, Thanks for reply. http://www.amside.be/index.php I did this test page with your sample code, the interface plugin is not used, just loaded ... Only superfish css is loaded and used ... And as you can see, the sub sub menu doesn't appear with IE7 ... Still better, if i put this code
console.log($(document).ready(function(){ $("ul.nav").superfish({ hoverClass : "sfHover", currentClass: "overideThisToUse", /*new to v1.2a*/ delay : 500, animation : {opacity:"show"}, speed : "normal" }); })); (just to log any errors in firebug ... ) the menu works correctly in IE7 ...