Forum Moderators: open

Message Too Old, No Replies

Dynamic inserted IFRAME, MSIE flashes white

Firefox shows background color until loaded

         

jetteroheller

8:35 am on May 2, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I insert with a mouse over affect in a preview area of my HTML page photos or a small table of content from the other page.

So when the mouse over occurs

document.getElementById('preview').innerHTML = "<iframe src=../folder/thumbnail_text.htm width=150 height=300>
</iframe>";

Firefox shows as expected the background color of the area until the iframe is loaded

MSIE flashes in the firame area white until the loading is finished

How to stop MSIE from flashing?

Lynque

2:49 am on May 3, 2006 (gmt 0)

10+ Year Member



Jetteroheller,

You "could" try using event driven div's and show "div id" onRollover?

I have accomplished the same effect in the past using "onClick".

L