View Single Post
01-27-2012, 12:23 AM
#6
Ajax is offline Ajax
Status: I'm new around here
Join date: Jan 2012
Location:
Expertise:
Software:
 
Posts: 1
iTrader: 0 / 0%
 

Ajax is on a distinguished road

  Old

Yes, make your Nav li's float:left; and display:block; instead of display:inline;.
What I do is use this border on all the buttons except the for the furthest left one:
border:1px 1px 1px 0px;

Then for the home button i'll put an inline style of just:
border-left:1px;

Reply With Quote