Hover Box
I needed a very simple robust script for enlarging an image when it is hovered over. So this was my solution. All that needs to be done is set the width and height on the image to something less than the default size and add class="hoverimage". You will notice there is a little bit of text shown below the image, that comes from the alt tag, if you don't want it, leave the alt tag empty.
I have tested this in Internet Explorer and Firefox. You will need to add the following code to you document head (between the <head> </head> tags) change the paths to your own.
<link type="text/css" rel="stylesheet" href="hov.css">
<script type="text/javascript" src="hov.js"></script>
Example