Forum Moderators: not2easy
#content-container-1 {
width: 170px;
height: 100px;
background-color: #ffffff;
margin-top: -220px;
margin-left: 380px;
border: 1px solid #5e5e5e;
}#content-container-2 {
width: 170px;
height: 100px;
background-color: #ffffff;
margin-top: -221px;
margin-left: 570px;
border: 1px solid #5e5e5e;
}
#content-container-3 {
width: 170px;
height: 100px;
background-color: #ffffff;
margin-top: 18px;
margin-left: 380px;
border: 1px solid #5e5e5e;
}
#content-container-4 {
width: 170px;
height: 100px;
background-color: #ffffff;
margin-top: 18px;
margin-left: 570px;
border: 1px solid #5e5e5e;
}
.float_left {
float: left;
padding: 5px;
}
<div id="content-container-1">
<img class="floatleft" src="../images/image.jpg" alt="" width="60" height="60" />
<p>Content Description</p>
</div>
Thank you.
W3C Validator - HTML [validator.w3.org]
Believe me, it'll save your sanity. Most of the IE bugs are known and there are fixes and workarounds for them. Working with IE first, which gets so much WRONG, will drive you nuts.