[jQuery] Re: SlideMenu & ASlideShow conflict

2009-05-13 Thread Mahmoud M. Abdel-Fattah
Thanks a lot man, I really Appreciate your replies, but isn't there any other solution than changing the design ?? On May 13, 10:57 am, weidc wrote: > just do it for ie. > > something like: > > if($.browser.msie && $.browser.version != "8.0") > { >      $("#header").insertAfter("#banner"); >    

[jQuery] Re: SlideMenu & ASlideShow conflict

2009-05-13 Thread weidc
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: ab

[jQuery] Re: SlideMenu & ASlideShow conflict

2009-05-12 Thread Mahmoud M. Abdel-Fattah
I'll do later, but I can't change the design in this case :( ! On May 12, 11:25 am, weidc wrote: > try to put the banner before the menu. > > atm it is like this: > > > > > > ... > > > you should try: > > > ... > > > > > > i always do so for ie6 'cause the z-index doesn't work.

[jQuery] Re: SlideMenu & ASlideShow conflict

2009-05-12 Thread weidc
try to put the banner before the menu. atm it is like this: ... you should try: ... 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" wrote: > I forgot to me

[jQuery] Re: SlideMenu & ASlideShow conflict

2009-05-10 Thread Mahmoud M. Abdel-Fattah
I forgot to mention, this problem appears in IE only not FF! On May 11, 2:51 am, "Mahmoud M. Abdel-Fattah" 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 t