>Micky Hulse wrote:
>> 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;
>> }

Agreeing with Zoe, I would add the following information. The {display: 
inline;} is only needed if you have margins on an element on the same side that 
that element is floating. If you do not have those, the display property is not 
needed - hence the reason the bug is called the "doubled float-margin bug" [1].

~holly

[1] http://www.positioniseverything.net/explorer/doubled-margin.html 
 
                   
______________________________________________________________________
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