split the nav bar into two rows
kio500
Registered Users Posts: 53 Big grins
I'm sorry if this already posted somewhere, I just can't find it! My question is, how can I split my nav bar into two rows? I keep adding stuff and it's getting kinda long:
http://bluepeacockphotography.smugmug.com/
Also when you click on a link you see "blah>blah>blah" at the top of my html only pages:
http://www.bluepeacockphotography.com/gallery/2623352
how do I get rid of that?
THANKS!!:D
Elizabeth
http://bluepeacockphotography.smugmug.com/
Also when you click on a link you see "blah>blah>blah" at the top of my html only pages:
http://www.bluepeacockphotography.com/gallery/2623352
how do I get rid of that?
THANKS!!:D
Elizabeth
Elizabeth - Milepost Portraits
0
Comments
#navcontainer {
margin: 0 auto;
width: 450px;
}
I don't see the "blah>blah>blah" at the top of my html only pages:
My Website index | My Blog
Thanks Allen! so how do I put space inbetween the two rows?
Elizabeth
www.bluepeacockphotography.com
My Website index | My Blog
#navcontainer ul li a {
line-height: 25px;
text-decoration: none;
padding: .2em 1.15em;
color: #506987;
background-color: #F8F8FF;
}
My Website index | My Blog
#navcontainer {
margin: 0 auto;
margin-bottom: 10px;
width: 450px;
}
My Website index | My Blog
Thanks Allen! It looks great:D.
Elizabeth