Following HTML block:
<html>
<body>
<div style="background-color: #fecfff;">
<div style="float:left;">
<div style="height:40px; width:40px; background-color:Red"> </div>
Karl Mac
</div>
<div>
some comments details<br />
<div style="padding-top: 10px">
links
</div>
</div>
</body>
</html>
Produces following:

How can I have Karl Mac too covered with color of parent container in this 2 column layout?
If I add “overflow:auto”, it gets fixed in Firefox and Chrome. But issue persists in IE.
thanks!
As you’ve done for Chrome & Firefox:
To make it work in old IE as well:
zoomenables “hasLayout” in old IE, which resolves many CSS bugs. There are also other ways to enable hasLayout, for more info: http://www.satzansatz.de/cssd/onhavinglayout.html