Previous Message
Next Message

IE7 Images in unordered lists

Sent by Philippe Wittenbergh on 10 February 2009 11:11


On Feb 10, 2009, at 7:24 PM, Ian Young wrote:

> IE7 has huge margins between the lists.
>
> What's the fix for this?
>
>
>
> Test page at
> http://www.iyesolutions.co.uk/templates/db-test/IE7-menutest.html  
> with CSS
> included.

The white-space between each <li> is taken up space.
options:
1. remove the white-space : </li><li>xxx</li><li>xxx</li>
or
2. li {float:left; clear:left}
or ...


Philippe
---
Philippe Wittenbergh
http://l-c-n.com/





______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: