PDA

View Full Version : Overlapping Menu Problem


largelylivin
Feb-20-2007, 07:19 AM
I have two menus on my homepage. The typical Nav Menu on top and below it is a slideshow selection menu.

The dropdown from the top menu appears BEHIND the lower menu.

I have tried many things involving Z-index but have not been able to resolve this.


HELP!

Allen
Feb-20-2007, 08:35 AM
I have two menus on my homepage. The typical Nav Menu on top and below it is a slideshow selection menu.

The dropdown from the top menu appears BEHIND the lower menu.

I have tried many things involving Z-index but have not been able to resolve this.


HELP!
Add the green

/* Common Styling */
.menu {
z-index:99;
position:relative;
display:block;
....

largelylivin
Feb-20-2007, 08:50 AM
Add the green

/* Common Styling */
.menu {
z-index:99;
position:relative;
display:block;
....

Hi Allen,

Yea. That was originally there when I started trying to solve this problem. Just for grins I put it back in and took out a couple of changes to the HTML using above and below. Doesn't fix problem.

Allen
Feb-20-2007, 09:00 AM
Hi Allen,

Yea. That was originally there when I started trying to solve this problem. Just for grins I put it back in and took out a couple of changes to the HTML using above and below. Doesn't fix problem.
Working here in Firefox with it in, what browser are you using?

largelylivin
Feb-20-2007, 03:16 PM
Working here in Firefox with it in, what browser are you using?

Right. It is also working for me with Firefox. It is not working with IE7.

Allen
Feb-20-2007, 03:25 PM
Right. It is also working for me with Firefox. It is not working with IE7. Add green for very last </ul> of main menu.

</ul><!--[if lte IE 6]></td></tr></table></a><![endif]-->

largelylivin
Feb-21-2007, 10:26 AM
Add green for very last </ul> of main menu.

</ul><!--[if lte IE 6]></td></tr></table></a><![endif]-->

Thanks Allen but that doesn't help. I am so frustrated with this and since it isn't a fatal problem I am just going to wait until someone gets a chance to fix it.