> From: Will Merrell
> 
> <div class="clear">&nbsp;</div>
> 
> .clear {
>     display : block;
>     clear: both;
>     height: 0em;
>     margin : 0em;
>     padding: 0em;
>   }
> 
> ...under IE6, guess what, the clearer div occupies a full line.

Remove the non-breaking space form the markup,
and/or set the line-height to a zero value and see
what the behaviour is like then.

-- 
Peter Williams


______________________________________________________________________
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