coffeeping
05-12-2008, 03:32 AM
hi, i hv set a margin left for my css layout but why after add the float:left, in IE 6 the margin will extra 2 more pixels?anyone know the solutions?
my coding as below
#leftcontent {
margin-left:5px;
margin-right:5px;
float:left;
width: 557px;
height:358px;
background-color:#333333;
}
my coding as below
#leftcontent {
margin-left:5px;
margin-right:5px;
float:left;
width: 557px;
height:358px;
background-color:#333333;
}