Thread
:
CSS Navbar error?
View Single Post
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
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
View Public Profile
Visit JT Web Design's homepage!
Find More Posts by JT Web Design