We've been using Superfish for our menu, but bgIframe doesn't seem to solve our IE 6 issues.
The test browser: Internet Explorer 6.0.2600 Windows XP Professional (No Service Packs) The initiation: $(document).ready(function(){ $("ul#sf-menu-id").superfish({ autoArrows: false, pathClass: 'current' }).find('ul').bgIframe(); }); Example broken page: http://www.farmanddairy.com/recipes/submit-recipe The menu goes behind several of the inputs. This happens across the site in different places; It even goes behind a couple of image page headers. I tried using opacity:false but the first child ul gets a vertical scrollbar and a white background, while the menu still goes behind other elements. I tried using combinations of the find() command to dig deeper but I can't get the hang of it. If anyone could give me a hand, it'd be much appreciated. Thank you.