just do it for ie. something like:
if($.browser.msie && $.browser.version != "8.0") { $("#header").insertAfter("#banner"); // new css staff } since ie8 looks fine you just have to do it for 6 and 7 i guess. don't know how to slove the position after that. maybe you can do position: absolute; for the menu and put it at the right place again. it's always a bit work for ie6 (& 7) but well. i still search for an other way to replace the z-index function in ie6. maybe someone else got a better way. On 12 Mai, 17:22, "Mahmoud M. Abdel-Fattah" <engm...@gmail.com> wrote: > I'll do later, but I can't change the design in this case :( ! > > On May 12, 11:25 am, weidc <mueller.juli...@googlemail.com> wrote: > > > try to put the banner before the menu. > > > atm it is like this: > > > <div id="header"> > > .... > > </div> > > <div id="banner"> > > ... > > </div> > > > you should try: > > > <div id="banner"> > > ... > > </div> > > <div id="header"> > > .... > > </div> > > > i always do so for ie6 'cause the z-index doesn't work. > > and i didn't found an other way yet. but it always worked for me. > > > On 11 Mai, 02:12, "Mahmoud M. Abdel-Fattah" <engm...@gmail.com> wrote: > > > > I forgot to mention, this problem appears in IE only not FF! > > > > On May 11, 2:51 am, "Mahmoud M. Abdel-Fattah" <engm...@gmail.com> > > > wrote: > > > > > I'm using jQuery Slide Menu & jQuery A Slide Show in this URL > > > > :http://www.al-alee.com/en/ > > > > but the A Slide Show appears over the dropdown menu, I'd changed the Z- > > > > Index but the problem still !! > > > > > Thanks for your time.