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.

Reply via email to