tags:

views:

5

answers:

0
<div id="div1">
    <div id="div2"></div>
</div>

If div1 is floated right it always gets containers width in ie6.. if i remove div2 it is ok...

Any idea why this is happening?