Re: [css-d] li's indenting

2009-08-19 Thread David Laakso
lev rickards wrote: > The following page has an unordered list of 's with a variety of > content held within the p, including a left floated image. The 's > are set to clear:both. In ie6, the page gives an odd step-wise or > nested indentation effect. Any thoughts? (I'm probably missing > something

Re: [css-d] li's indenting

2009-08-19 Thread Tim Snadden
On 20/08/2009, at 7:18 AM, lev rickards wrote: > The following page has an unordered list of 's with a variety of > content held within the p, including a left floated image. The 's > are set to clear:both. In ie6, the page gives an odd step-wise or > nested indentation effect. Any thoughts? (I'm

Re: [css-d] li's indenting

2009-08-19 Thread Tom Livingston
Unfortunately, I can't test this now, but did you try explicitly clearing the float in teh , say with a using: .clear{clear:both; font-size:0px; line-height:0; margin:0; padding:0;} might be behind the times with clearing, but so's IE6... HTH On Wed, Aug 19, 2009 at 3:18 PM, lev rickards wrote

[css-d] li's indenting

2009-08-19 Thread lev rickards
The following page has an unordered list of 's with a variety of content held within the p, including a left floated image. The 's are set to clear:both. In ie6, the page gives an odd step-wise or nested indentation effect. Any thoughts? (I'm probably missing something simple...) http://green.harv