> -----Original Message-----
> From: Philippe Wittenbergh [mailto:e...@l-c-n.com]
> Sent: 10 February 2009 11:21
> To: CSS-D
> Cc: Ian Young
> Subject: Re: [css-d] IE7 Images in unordered lists
> 
> 
> 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 ...
> 
> 
Neither option makes any difference. Or am I missing something?

Ian

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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/

Reply via email to