
Код:
<div style='float:left; width:10px; background:red;'><div>
<div style='float:right; width:10px; background:red;'><div>
<div style='background:yellow;margin:0px 10px 0px 10px;'><div>
почему в ИЕ6 между дивами отступы видны??!
update: решено через следующий код

Код:
.container{ float: left; width: 100%; }
#content{ margin: 0 258px 0 222px; }
#left{ float: left; width: 210px; margin-left: -100%; padding-right: 12px; }
#right{ float: left; width: 250px; margin-left: -258px; padding-left: 8px; }
<div class="container">
<div id="content">Середина</div>
</div>
<div id="left">Лево</div>
<div id="right">Право</div>
и еще

Код:
<div style='background:red;'>
<div style="width:25%; height:46px; float:left; background-color:#eee;"></div>
<div style="width:25%; height:46px; float:left; background-color:#ccc;"></div>
<div style="width:25%; height:46px; float:left; background-color:#eee;"></div>
<div style="width:25%; height:46px; float:left; background-color:#999;"></div>
</div>
В опере справа появляеться отступ. хотя все 100%. ето как-то фикситься?
спасибо