We Recommend

Pro JavaScript Techniques Pro JavaScript Techniques
Pro JavaScript Techniques is the ultimate JavaScript book for the modern web developer. It provides everything you need to know about modern JavaScript, and shows what JavaScript can do for your web sites. This book doesn't waste any time looking at things you already know, like basic syntax and structures.


Posted By

raondo on 12/18/07


Tagged

image preview gallery


Versions (?)


Who likes this?

4 people have marked this snippet as a favorite

sbbath
vali29
willcodeforfood
abhisek


image viewer


Published in: JavaScript 


URL: http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm

nice little rollover image viewer

  1. <link rel="stylesheet" href="thumbnailviewer.css" type="text/css" />
  2.  
  3. <script src="thumbnailviewer.js" type="text/javascript">
  4.  
  5. /***********************************************
  6. * Image Thumbnail Viewer Script- © Dynamic Drive (www.dynamicdrive.com)
  7. * This notice must stay intact for legal use.
  8. * Visit http://www.dynamicdrive.com/ for full source code
  9. ***********************************************/
  10.  
  11. </script>
  12. <!-- in the head, plus a couple separate files at the URL -->
  13.  
  14. <!-- in the body -->
  15. <p><a href="http://img184.imageshack.us/img184/1159/castleyi6.gif" rel="thumbnail" title="This is beautiful castle for sale!">Castle</a></p>
  16.  
  17. <p><a href="http://img201.imageshack.us/img201/6923/countryxb6.gif"" rel="thumbnail"><img src="thumbnail.gif" style="width: 50px; height: 50px" /></a></p>

Report this snippet 

You need to login to post a comment.