Hello Everyone,
I am having an issue with an image showing in IE 9.
I started to make a website in dream weaver C6 and have added many images successfully. Several images show in IE 9 and FF but it is just this one image. It appears when viewing the site in FF but not IE9.
The site isn't online yet so i can't provide you with a link sadly but here is the code in question.
CODE:
Code:
<div id="rightSidebar">
<p><center> Want to advertise here?<br>
<a href="contactus.html">Fill in our contact us form</a></center> </p>
<p><CENTER>Other Apps</CENTER></p>
<p><center><img src="ebaymOBAPP.PNG" width="150" height="150" alt="EBAY MOBILE APP" </center></p>
<p>RIGHT BARRr</p>
</div>
STYLE SHEET CODE:
Code:
div#rightSidebar {
width: 200px;
position: absolute;
top: 290px;
left: 615px;
margin-right: 10;
font-family: Verdana, Geneva, sans-serif;
font-size: large;
background-color: #666;
}
When viewing in IE the space where the image should be appears white with a little red cross in the top right hand corner.
Any ideas?