Forum Moderators: open
I have an animated gif file that I want to appear on the screen (either in a table cell or appearing right in the middle of the screen is fine) as the response is loading, and then have it disappear once it is loaded....
Could anyone help me with this? I have done searches, but only come up with "image preloaders" which I don't think are what I am looking for. Any help is appreciated!
display: none set. Then, as part of filling the content div with content, also toggle the display property for both; setting the former to none and the latter to block.