Your page's source looks correct although the title:
HTML Code:
<title>
Lightbox iFrame Demo
</title>
is misleading as there is no iframe on the page and lightbox neither requires nor does well when mixed with iframe.
You do have to upload the script and style files to your server though:
Code:
http://www.scotlandcruise.net/css/lightbox.css
http://www.scotlandcruise.net/js/prototype.js
http://www.scotlandcruise.net/js/scriptaculous.js
http://www.scotlandcruise.net/js/lightbox.js
are all 404 not found. They need to be in those locations as indicated in your source:
HTML Code:
<link rel="stylesheet" type="text/css" media="screen" href="css/lightbox.css" />
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
these files can all be obtained from the distribution archive:
http://www.dynamicdrive.com/dynamici...x/lightbox.zip
as noted on the demo page. Get them if you do not already have them and upload them to the server, creating the appropriate directories for them as needed. Also upload from the archive any other supporting files like images to the required directories (creating them as well as needed).
Bookmarks