O
Olaf
I have been working on a data-driven asp site for a client and came across a
weird problem in IE7. After laying out the page the DIV located on the right
side of the page would not display images in IE7. I checked the source code
from the display and it seems the browser isn't even writing the html. I
though it might be an issue with my layout and development so I just built a
simple table with 3 columns to test. The same problem occured. The weird
thing is I have an image displaying correctly at the top of the page. You can
go to http://www.bugbashstudios.com/test.asp to see the issue. In the right
column there should be an image. It does display fine in IE6 but buhbye in
IE7. On line 38 the html should read:
<td width="423" align="left" valign="top"><iframe src="news.asp" width="410"
height="100%" scrolling="no" frameborder="0"></iframe></td>
<td width="179" align="right" valign="top"><img src="ads/olddomlogo.jpg"
height="" width=""></td>
but when the page writes it leaves out the <img src="ads/olddomlogo.jpg"
height="" width="">
I even took out the iframe wondering if that was the problem, but no same
issue.
Thanks for your input, I have scoured the groups and followed some of the
IE7 security fixes but to no avail.
Cheers
weird problem in IE7. After laying out the page the DIV located on the right
side of the page would not display images in IE7. I checked the source code
from the display and it seems the browser isn't even writing the html. I
though it might be an issue with my layout and development so I just built a
simple table with 3 columns to test. The same problem occured. The weird
thing is I have an image displaying correctly at the top of the page. You can
go to http://www.bugbashstudios.com/test.asp to see the issue. In the right
column there should be an image. It does display fine in IE6 but buhbye in
IE7. On line 38 the html should read:
<td width="423" align="left" valign="top"><iframe src="news.asp" width="410"
height="100%" scrolling="no" frameborder="0"></iframe></td>
<td width="179" align="right" valign="top"><img src="ads/olddomlogo.jpg"
height="" width=""></td>
but when the page writes it leaves out the <img src="ads/olddomlogo.jpg"
height="" width="">
I even took out the iframe wondering if that was the problem, but no same
issue.
Thanks for your input, I have scoured the groups and followed some of the
IE7 security fixes but to no avail.
Cheers