Try loading the image in javascript, on document load.
put something like this in the head section of your document:
<script type="text/javascript">
preloadImg = new Image()
preloadImg.src = "yourimage.png"
</script>
__________________
"Do not kill. Do not rape. Do not steal. These are principles which every man of every faith can embrace. "
- Murphy MacManus (Boondock Saints)
|