No dice, I'm afraid. The only change was that it generated white, drop- down arrows again. Thank you for trying to help me out. I'm going to create a test environment later today, with the same settings and files, but without being embedded in one of my pages. I think bgIframe may have a conflict with other javascript on the page. I'll post any results.
On Dec 22, 11:06 am, SLR <sean.rab...@gmail.com> wrote: > > The initiation: > > > $(document).ready(function(){ > > $("ul#sf-menu-id").superfish({ > > autoArrows: false, > > pathClass: 'current' > > }).find('ul').bgIframe(); > > > }); > > Try changing your document.ready statement to this: > > $(document).ready(function(){ > $("ul#sf-menu").superfish().find('ul').bgIframe({opacity:false}); > > });