View Single Post
Old 10-05-2012, 05:24 PM   PM User | #2
JT Web Design
New Coder

 
Join Date: Jun 2012
Location: Burnley, Lancashire UK
Posts: 11
Thanks: 0
Thanked 3 Times in 3 Posts
JT Web Design is an unknown quantity at this point
Hi VaMoose,

You need to float the links to the left not the menu itself but the links inside the menu, try this -

.navbar li a{
float:left;
}
JT Web Design is offline   Reply With Quote