Thanks Joel. I have test: a) bgIframe is loaded correctlly.
The structure of my page is: <html> <div> here I put the menu </div> <div> here I have a page that I have load with ajax and this page contains the select item. </div> the superfish call: jQuery("#nuevomenu").superfish(); jQuery.find(">li[ul]").mouseover(function(){ $("ul", this).bgIframe({opacity:false});}); jQuery.find("a").focus(function(){ I dont' know if it it can help you. If nor I can try to do a little test or debug or I don't know :-( On 19 jun, 09:53, Joel Birch <[EMAIL PROTECTED]> wrote: > On 19/06/2007, at 5:46 PM,oscarespwrote: > > > It is difficult to put it into public server rightnow. > > > The problem is related with a bug in ie6. > > >http://www.shepherdweb.com/2007/02/14/z-index-ignored-for-select- > > element-in-ie-6-workaround > > >http://www.hedgerwow.com/360/bugs/css-select-free.html > > > I don't know if we could apply some solution into superfish in order > > to fix. > > This is precisely the IE bug that the bgIframe plugin fixes. > > From what you said in your original post, it seems like you have > applied that plugin but it is not working. Look into why it is not > working - maybe begin by making sure the bgIframe script is loading > correctly. Look for typos or spelling differences and also check the > paths to the relevant files. > > I wish I could help you more than that, but without looking at your > code there is not much more I can do except assure you that getting > the bgIframe patch working correctly will fix your select box z-index > problem. Check out the Superfish demo page and notice that in IE6 the > select boxes do not appear above the submenus. > > Joel Birch.