I found this:
as a way to preload images for the next page.. but it doesnt seem to work.Code:<style type="text/css"> .hiddenPic {display: none;} </style> <body> <Img src="images/home_logo.jpg" class="hiddenPic"> </body>
is there an easy way to do this?? (without javascript)
reason being, there is a fade transition from index to home page.. I would like to preload the images so you dont see them "popping" in as it transitions.
thanks!




Reply With Quote