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;
        }


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.
______________________________________________________________________
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