Dhtml Tutorials [Image Thumbnail]

Example: This is good for puttng up alot of images ,so it can load faster.

 

Insert this into the Head on your page

Add this to the <body> on your page

<div id="showimage" style="position:absolute;visibility:hidden;border:1px solid black"></div>

Now make your images smaller (thumbnails) an add this to them:
onClick="return enlarge('http://yoursite.com/image.jpg',event)"

ex:<a href="image.jpg" onClick="return enlarge('image.jpg',event)"><img src="thumbnail.gif" border="0"></a>