Forum Moderators: mack
Currently, all of the text and graphics appear at the same time ... which means a long waiting time. I have very basic HTML skills, site was done in .asp.
How do I delay the loading of the GIFs?...
Thanks for any help at all.
Some browsers will not show ANY of the content in a table, until ALL of the table content is completely loaded... hence suggestion #1.
Some browsers will display blank 'placeholder' squares for images with specific sizes given, show the page text, and fill in the images as they load... but seem to make everything wait if the image dimensions are not specified, hence suggestion #2. :)