Previous Message
Next Message

[css-d] Weird margin in IE 6

Sent by Robert Nyman on 24 July 2003 07:07


I have a DIV with these styles.
For some reason, in IE, it gets a 20px margin to the left.
If I remove float, the margin is correct.
 
Of course this works fine in other browsers...
 
div#leftColumnWideDiv{
 float:left;
 width:296px;
 margin:0px 10px;
 padding:0px;
 border:1px solid red;
}
 
 
Any ideas?
 
 
/Robert
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message