Forum Moderators: open
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?