Forum Moderators: open
He has an iframe, into which other sites/pages are being loaded. He would like the ability to show a "loading..." graphic, animating away until the iframe has completed loading.
My first thought is, he makes a "loading" div that sits snugly atop the iframe, obscuring it with a custom animation. Then some iframe.onLoad() event makes the div invisible.
Anyone ever done this? tried it? succeeded? I don't want to spend the hours experimenting with this if someone else has already done it and can lend me some spare wisdom.