threeCols left, center, right{
width:296px;
height: 250px;
float:left;
background: url(img01.jpg) repeat-x left top;
text-align:left;
padding:10px;
border-radius:10px;
}
threeCols left, center{
margin-right: 25px;
}
threeCols right{
float: right;
}
<div id = "threeCols">
<left>
<a href="#"><img src="images/1.png" alt="" />
</left>
<center>
<a href="#"><img src="images/2.png" alt="" />
</center>
<right>
<a href="#"><img src="images/3.png" alt="" />
</right>
</div>
anyone know why my 3.png is not inside the box i created? 1.png and 2.png are perfectly fitted into the boxes left and center.
thanks in advance for helping!