cj wrote:
> i think what you're trying to do is to contain the float, and the best
> way i know to do that is
> 
> body:after {
>     clear: both;
>     content: ".";
>     display: block;
>     height: 0;
>     visibility: hidden;
>     }
> 
> 

great. I didn't know about the :after pseudo class. Presumably this just 
means a section after the end of all body content?

Anyway, it works. Thanks very much.

> ie, of course, has no idea what that means, which means it needs a
> hasLayout trigger.  you've already got that in place, though, so no
> need to mess with hacks.
> 

So this works in FF and IE6. how well do other browsers do it?

Tom
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to