2 divs are coming horizontally in same in all except IE6? but in IE 6 second div
is falling under first div. both div
has fixed width and float:left
this is code of container div
#home2colContainer {margin-top:40px;overflow:hidden;width:1000px;}
this is for first div
#home2colLeftColContainer {float:left;margin-left:20px;width:675px;}
and this is for second div
#home2colRightColContainer {float:left;margin-left:30px;margin-top:9px;width:268px;}