PDA

View Full Version : Wierd CSS problem


dgoldman
Aug-29-2011, 07:36 AM
Hey guys I am hoping that someone can help me out here. I have something strange going on with my CSS menu and I can not figure it out.

On my website http://www.DaveGoldmanPhotography.com I can mouse over my CSS menu root and get my dropdown. My Photo Albums is the only menu option that contains a drop down. As long as you are in the root gallery the dropdown works just fine, however if you go in to a specific gallery (for exampe: http://www.davegoldmanphotography.com/Animals-and-Wildlife/Dogs/18198351_bMRSHX#1398444335_hBVfffn) the drop down no longer works.

Has anyone seen this before?
TIA
Dave

J Allen
Aug-29-2011, 08:46 AM
Hey guys I am hoping that someone can help me out here. I have something strange going on with my CSS menu and I can not figure it out.

On my website http://www.DaveGoldmanPhotography.com I can mouse over my CSS menu root and get my dropdown. My Photo Albums is the only menu option that contains a drop down. As long as you are in the root gallery the dropdown works just fine, however if you go in to a specific gallery (for exampe: http://www.davegoldmanphotography.com/Animals-and-Wildlife/Dogs/18198351_bMRSHX#1398444335_hBVfffn) the drop down no longer works.

Has anyone seen this before?
TIA
Dave


Add this to your CSS:



.menu ul {z-index:99}

dgoldman
Aug-29-2011, 10:04 AM
Add this to your CSS:



.menu ul {z-index:99}



You are the man Allen. THANKS!!

Dave

wmcaldera
Sep-01-2011, 08:43 PM
Add this to your CSS:



.menu ul {z-index:99}




I was having the opposite problem. I bought the CSS3 mega down menu (http://codecanyon.net/item/css3-mega-drop-down-menu/126387)and spent all day customizing it. Just when I thought I was finished, I noticed a problem. The Nav bar was staying on top of everything including the lightbox (cutting straight across the photo) and the "Select a Package" window.

1st i cut out the
z-index:9999;

That allowed the lightbox and "Select a Package" to be on top but was putting my drop down menus behind the thumbnails and image on the page.

I inserted z-index:99 and that put the drop down menus above the thumbnails and picture and kept it below the light box and "Select a Package" window.

Your post saved me hours of frustration!:bow

http://www.williamcaldera.com/ (http://www.williamcaldera.com/)