Topic: Menus appear behind content in IE

The drop-down menus are appearing "behind" the content in IE. I am using Wordpress 3.0.1 and Arras 1.5.3. Any suggestions on how to fix this?

Thumbs up

Re: Menus appear behind content in IE

synchrosina wrote:

The drop-down menus are appearing "behind" the content in IE. I am using Wordpress 3.0.1 and Arras 1.5.3. Any suggestions on how to fix this?

I tried this an Arras 1.5.1 is having the same issue, in case it is of importance. smile

Thumbs up

Re: Menus appear behind content in IE

add this to yor style sheet...

.sf-menu, .sf-menu * {
z-index:9999;
}
we got more than what we are giving back....

Thumbs up +1

Re: Menus appear behind content in IE

Perfect! Thank you very, very much. smile

Thumbs up