joesmoe
03-10-2009, 05:46 PM
Lightbox image viewer
http://www.dynamicdrive.com/dynamicindex4/lightbox/index.htm
I did step one, added the required code in the "HEAD" portion of my .html file.
Step 1.
<link rel="stylesheet" href="lightbox.css" type="text/css" media="screen" />
<script type="text/javascript" src="lightbox.js"></script>
I created my "thumbnail" HTML code as instructed by step 2.
Step 2.
<td height="159" width="100"><a href="images/3d_media/DIEGOHeartofDarkness_front_closeup.JPG" rel="lightbox" title="Heart of Darkness - Close Up"><img src="images/3d_media/DIEGOHeartofDarkness_front_closeup_s.jpg" /></a></td>
Step 3.
I downloaded the lightbox.zip file , unzipped the file and uploaded the contents of the zip file to the root folder of my site.
Needless to say, it's not working. What am I missing?
Any help is greatly appreciated.
http://www.dynamicdrive.com/dynamicindex4/lightbox/index.htm
I did step one, added the required code in the "HEAD" portion of my .html file.
Step 1.
<link rel="stylesheet" href="lightbox.css" type="text/css" media="screen" />
<script type="text/javascript" src="lightbox.js"></script>
I created my "thumbnail" HTML code as instructed by step 2.
Step 2.
<td height="159" width="100"><a href="images/3d_media/DIEGOHeartofDarkness_front_closeup.JPG" rel="lightbox" title="Heart of Darkness - Close Up"><img src="images/3d_media/DIEGOHeartofDarkness_front_closeup_s.jpg" /></a></td>
Step 3.
I downloaded the lightbox.zip file , unzipped the file and uploaded the contents of the zip file to the root folder of my site.
Needless to say, it's not working. What am I missing?
Any help is greatly appreciated.