Hi I’m having some problem with css to IE7
I want to put some text side-by-side width an image. like this: http://imageshack.us/photo/my-images/14/imgwx.png/
The problem is that in IE7 the 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>
#imageArticle {
float: right;
margin-bottom: 20px;
margin-left: 20px;
margin-top: 15px;
position: relative;
}
#contentArticle {
color: #333333;
font-size: 13px;
line-height: 17px;
margin-top: 90px;
padding-bottom: 20px;
position: relative;
width: 750px;
}
Any suggesstions??
Thanks
Insert your image inside #contentArticle and then float it to right