So, where's the html this applies against? At a guess, that's a proper artifact of inline elements, white space collapse. cheers, gary
You need to find another host. Geocities is likely the worst choice if you want to create x-browser, standards compliant pages. The code it puts above the DTD throws IE6 into quirks mode, where it follows a different set of rules from other browsers, including IE7. I had to remove the page from frames, turn off javascript and kill the Geocities supplied stylesheets. I have no clue whether my changes really work, or just seem to under screwed up circumstance. #topLinks { width: 708px; overflow: hidden; list-style: none; margin: 0 auto;; padding: 0; } #topLinks li { float: left; border-left: 1px solid #FFFFFF; } Code (markup): cheers, gary