Posts: 537
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
What I often to in this case, is absolutely position the ul#nav, set ul#nav li to display: block instead of display: inline, then float the 'li' element instead of the 'a' element, which makes it easy to size the 'a' element in according the the dimensions set on the 'li'. This is all very easy when doing live testing in Firebug, and is pretty much bulletproof across the spectrum of browsers.
|