You have encountered the white-space bug. There are two fixes: 1) The
high maintenance fix is to eliminate any white space between your <li>
elements in the source code; 2) The low maintenance fix is to float the
<li>, and turn the <a> into a block:
li
{
float:left;
}
a
{
display:block;
}
../tdw
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/