View Single Post
  #2 (permalink)  
Old 30-01-2008, 03:21 AM
KelliShaver KelliShaver is offline
Junior Member
 
Join Date: Jan 2008
Location: Morehead, KY
Posts: 6
Default

Two things... Add the following to '#nav li':

HTML Code:
list-style:none;
line-height:1.2em;
Your line-height needs to match your font-size to get rid of the gap, and as long as you're using EMs, it will resize scale with the text resizing. :)

Last edited by KelliShaver; 30-01-2008 at 03:24 AM.
Reply With Quote