I am trying to re-create [Broken Link Removed] but when I run it, it opens one image then closes it automatically. Not sure what I am doing wrong.
Code:<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="X-UA-Compatible" content="IE=8" /> <title>Slide Show</title> <link rel="stylesheet" href="backbox.css" type="text/css" /> <script type="text/javascript" src="js/prototype.compressed.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects"></script> <script type="text/javascript" src="js/lightbox.js"></script> <script type="text/javascript" src="js/dhtmlHistory.js"></script> <script type="text/javascript" src="js/customsignsheader.js"></script> </head> <body> <div onclick="dhtmlHistory.add('location1',{message: 'backbox'});countdown()"> <a href="images/babyhand.jpg" rel="lightbox[slide]" caption="A Bunch of Grapes"> <img src="images/sunset.jpg" alt="lime" width="400" height="300" border="0" /></a> </div> <a href="images/desert.jpg" rel="lightbox[slide]" caption="Sunflower"></a> <a href="images/beech.jpg" rel="lightbox[slide]" caption="Dolphin"></a> <a href="images/lime.jpg" rel="lightbox[slide]" caption="Waterfall"></a> <script type="text/javascript" src="customsignsfooter.js"></script> </body> </html>



Reply With Quote



Bookmarks