Problem
Using CSS for rollover navigation. Looks fine in Firefox,
but has way too much space between characters on IE.
Fix
Get rid of the hard returns between the <li>s. In
other words, string all of the code in one line. Bad HTML, good user experience in IE.
Screenshots
PC IE 6 before the fix
IE 6 after the fix
Firefox on PC with or without the fix.