Hi,

Would it be wise (or, does it do any harm) for me to specify "inline" 
for all of my floated layout divs like so:

#primaryContent, #secondaryContent, #tertiaryContent {
        width: 200px;
        float: left;
        display: inline;
}

... basing the above on this comment:

"All versions of InternetExplorer suffer from the DoubleMarginBug. 
Floats magically acquire excess margin, or their internal elements do. 
The fix is remarkably simple: apply the rule  display: inline to the 
floated element. This has no meaning to other browsers, since floating 
an element automatically forces its display value to be "block"."
-- "Bugs" <http://css-discuss.incutio.com/?page=FloatedBlock>

Tia,
Cheers,
Micky
______________________________________________________________________
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