PDA

View Full Version : created custom navbar, now share/style buttons are messed up


yossarian123
Jan-26-2010, 09:27 AM
I'm working on creating a navbar with dropdown, I've got most of the pieces in place. However, once I added the navbar I noticed that the share/styles toolbar now overlaps the navbar. Any idea on how to push it back down so it's underneath the navbar?

Thanks
Sam

example can be seen here:
http://samlozanophotography.com/gallery/10870234_8CPms#758726713_95WSd

jfriend
Jan-26-2010, 10:40 AM
Add the line in red:

#navcontainer ul {
margin: 0;
padding: 0;
width: 750px;
position: relative;
list-style-type: none;
text-align: left;
float: left;
font-family: "Trebuchet MS", sans-serif;
font-size: 12pt;
font-weight:normal;
z-index:99;
}