So I have divs with images in them. The main page displays one div w/ image and I have buttons each displaying a different div w/ an image.
In order to keep all the divs w/ images from showing up on the homepage I did this
problem is if the page doesn't load fast enough you will see a quick flash w/ all the images. Any other way to do this?
In order to keep all the divs w/ images from showing up on the homepage I did this
HTML:
<body onload="HideDIV('name')"
problem is if the page doesn't load fast enough you will see a quick flash w/ all the images. Any other way to do this?