Sent by Thomas Scholz on 3 December 2003 04:04
Ken Martin schrieb:
> Can anyone find why I'm getting extra vertical space between the list
> nav links in IE-PC? It's looking great in Moz, IE, Safari, and Opera
> (all Mac).
IE Win renders the white-space between the list elements as real
white-space.
Solutions:
li { border-bottom: ?; }
or
li { display: inline; }
or
li { float: left|right; }
or in your markup
<li><a href="">text</a></li><li
><a href="">text</a></li><li
>and so on...
Thomas
--
http://scholz-webdesign.de/
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/