
Originally Posted by
descalzo
You should try to preload the rollover images for the buttons. Clear your cache and then reload the page and rollover a button to see what I mean.
yes I noticed that, that's why I left that message in the content... oops
if this is any used to anybody and you want to preload the images do this: (I added it in the demo, but not the package)
inside the <head> html tag insert this javascript:
Code:
<script type="text/javascript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
</script>
then make your body tag this:
Code:
<body onload="MM_preloadImages('images/slice3H.jpg','images/slice5H.jpg','images/slice7H.jpg','images/slice9H.jpg','images/slice11H.jpg')">