Old trick to preload images so that they could change smoothly in rollovers.
Act like this in <head> section:
<script language="JavaScript">
camera1 = new Image();
camera1.src = "/p/common/camera1.jpg";
camera2 = new Image();
camera2.src = "/p/common/camera2.jpg";
camera3 = new Image();
camera3.src = "/p/common/camera3.jpg";
</script>
This is used on www.lean-m.ru/?intro=no
Friday, 20 April 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment