[EMAIL PROTECTED] wrote:
Hello List,
I don't have access to a server to post an HTML file, but if someone could look at the code 
below, and please tell me why in IE6 (pc) I have extra vertical  space between my 
<li> elements. In Firefox, it looks fine. The odd thing is that if I put a 1px border 
on the <li>, the gap disappears (see it commented out below).

You are seeing a common IE whitespace bug. The line break between each item is producing the space. Numerous fixes exist and you found one with the border. You could simply make the border the same as the background color. Or you could try other methods:

- run all the LIs together on one continuous line
- line break the LI in an unusual manner, such as:
<li>miscellaneous stuff<
/li><li>more stuff<
/li><li>etc....</li>

--
Bob Easton
Accessibility Matters: http://access-matters.com

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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/

Reply via email to