I found this:

Code:
<style type="text/css">
.hiddenPic {display: none;}
</style>

<body>
<Img src="images/home_logo.jpg" class="hiddenPic">
</body>
as a way to preload images for the next page.. but it doesnt seem to work.
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!