http://www.dynamicdrive.com/dynamici...thumbnail2.htm
For some reason, when I test the code with the following html I don't get the mouse over effect. What am I doing wrong?
Code:<html> <head> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="http://escapebetweenthepages.com/thumbnailviewer2.js"> /*********************************************** * Image Thumbnail Viewer II script- © Dynamic Drive DHTML code library (www.dynamicdrive.com) * Visit http://www.dynamicDrive.com for hundreds of DHTML scripts * This notice must stay intact for legal use ***********************************************/ </script> </head> <body> <a href="http://www.nasa.gov/images/content/167040main_image_feature_738_ys_4.jpg" title="This is a picture of my hamster!" rel="enlargeimage" rev="targetdiv:mydiv1,trigger:mouseover">Thumbnail</a> <br /> <a href="http://www.nasa.gov/images/content/168177main_image_feature_749_ys_4.jpg" title="This is a picture of my hamster!" rel="enlargeimage" rev="targetdiv:mydiv2,trigger:mouseover">Thumbnail</a> <br /> </body> </html>



Reply With Quote


Bookmarks