I am using the lightbox2 to ovelay the images on my site, as described on here:
http://www.huddletogether.com/projec...box2/#overview
I cant for the life of me understand why this will not work on my website. Ive tried and checked absolutely everything to ensure i haven't missed anything.
Can't anyone please help!
Here is the page it is not working on:
http://www.testingcanvas.com/gallery.html
Here is the coding i am using:
<link rel="shortcut icon" type="image/ico" href="/images/favicon.gif" />
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
<script src="js/prototype.js" type="text/javascript"></script>
<script src="js/scriptaculous.js?load=effects" type="text/javascript"></script>
<script src="js/lightbox.js" type="text/javascript"></script>
<a href="images/gallery/04-large.gif" rel="lightbox[gallery]" title="Grilled chicken breast fillet"><img src="images/gallery/04-small.gif" border="0" width="120" height="89" /></a>
Thanks
|