I am not sure... but try an alternate way of preloading the images... maybe something like
Code:
<script language="JavaScript">
var roBlueAbout = new Image();
roBlueAbout.src = "Images/roBlueAbout.gif";
var roBlueClients = new Image();
roBlueClients.src = "Images/roBlueClients.gif";
</script>
I think there is another property where you can set image height/width, maybe in the parentheses???
__________________
But dreaming just comes natural
Like the first breath from a baby,
Like sunshine feeding daisies,
Like the love hidden deep in your heart.
~J.Prine
|