Tutorial Get Rid of White Flash when iframe Loads
Hides iframe until fully loaded.
<iframe style="visibility:hidden;" src="../examples/inlineframes1.html" > </iframe>
Much more robust and progressive method here.
Hides iframe until fully loaded.
<iframe style="visibility:hidden;" src="../examples/inlineframes1.html" > </iframe>