Forum Moderators: not2easy
i placed an image within .sponsor-left, and gave it a class of "left" but the image is not floating left...?
the img is only 175px wide, so it should have some room to slide left right?
for some reason, when the image with its class of "left" is inside the .sponsor-left, it wont float left?
what am i doing wrong?
.sponsor-left{
border-left:1px solid #d5e1eb;
border-bottom:1px solid #d5e1eb;
border-right:1px solid #d5e1eb;
width:219px;
float:left;
margin:3px 1px 3px 25px;
padding:5px;
min-height:50px;
}
.sponsor-right{
border-left:1px solid #d5e1eb;
border-bottom:1px solid #d5e1eb;
border-right:1px solid #d5e1eb;
width:219px;
float:left;
margin:3px 0px 3px 1px;
padding:5px;
min-height:50px;
}
img.left{
float:left;
}