Image will not display in Internet Explorer

I am trying to wrap text around an image but I cannot get the image to display in Internet Explorer. I tried using two scripts with the same results:

<span style="float: left;"><img src="images/parents-giving-money.png" width="298" height="298"></span>

<img src="images/parents-giving-money.png" width="80" height="80" align="right">

I even tried removing the height and width info from the script to see if that made a difference but it didn't.

The image displays correctly in FireFox. However, for some strange reason, the image doesn't appear in in Windows Explorer. Does anyone have any suggestions as to how I can correct this problem? Thanks.
 
I found the solution. I deleted the tag 'background-color: #FFF;' from the layout.css file and now images appear on the page in question in IE and FF.
 

Adara

New Member
To work around this issue, perform the following steps, checking to see if the issue is resolved after each step:
Disable smooth scrolling in Internet Explorer:
In Internet Explorer 4, click Internet Options on the View menu. In Internet Explorer 5, click Internet Options on the Tools menu.
Click the Advanced tab.
Click the Use Smooth Scrolling check box to clear it, and then click OK.
 
Top