PDA

View Full Version : Navbar dropdown menu problem. Please help!


sketchgal
Apr-07-2009, 08:53 PM
Hi guys, i got a problem with my drop down menu as i open it while opening a gallery, it goes behind the gallery and cant click it anymore. How can i possibly make it on top layer. :dunno



thanks :)

jfriend
Apr-07-2009, 10:09 PM
Add the line in red to your CSS:

.menu {
z-index:99;
margin: auto;
padding:10px 0px 15px 0px;
position:relative; /*Make the container moveable*/
width:750px; /*Main bar total width*/
font-size:0.85em;
/*padding-bottom:0px; /*Padding between the bottom of your mainbar and the rest of your page */
}

sketchgal
Apr-07-2009, 10:41 PM
Add the line in red to your CSS:

.menu {
z-index:99;
margin: auto;
padding:10px 0px 15px 0px;
position:relative; /*Make the container moveable*/
width:750px; /*Main bar total width*/
font-size:0.85em;
/*padding-bottom:0px; /*Padding between the bottom of your mainbar and the rest of your page */
}



thanks a lot! your so good man, it works well :barb