Hi, I am having a problem with css for IE7
I want to put some text, side by side, image width. for example: http://imageshack.us/photo/my-images/14/imgwx.png/
The problem is that in IE7, text appears below the image.
I have the following HTML code:
<div id="imageArticle"><img="src/here.jpg"></div>
<div id="contentArticle">TEXT HERE </div>
float: right;
margin-bottom: 20px;
margin-left: 20px;
margin-top: 15px;
position: relative;
}
color:
font-size: 13px;
line-height: 17px;
margin-top: 90px;
padding-bottom: 20px;
position: relative;
width: 750px;
}
Any suggestions? Thanks
source
share