View Single Post
08-06-2011, 10:36 PM
#3
Jake B is offline Jake B
Jake B's Avatar
Status: Member
Join date: Aug 2007
Location: SF
Expertise: Coder
Software: Sublime Text, Google Chrome
 
Posts: 211
iTrader: 1 / 100%
 

Jake B is on a distinguished road

Send a message via AIM to Jake B

  Old

Two things:

1. You don't need to set the <a> tag to have float: left and display: block; Adding just the float property should apply the <a> tag to have a block display. Just a protip.
2. Shouldn't you be floating the <li> tags instead? I'm not too sure how you're planning on setting it up but generally I'd float the <li> elements.