Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] IE7 gone crazy Re: [Solved] IE7 gone crazy

#77101
Brido
Member
Code:
.portfolio_right_image {
float:left;
margin-top:-23px;
width:400px;
}

The width you have on your div is being exceeded by the width of the image you are loading into it.