|
Can someone have a look at my code. I am trying to add lightbox2 to my gallery page. Unfortunately its opening up a new page instead of giving the effect I am hoping for. I have been fighting with this for 2 days with no success, for the life of me I cannot figure out what I have done wrong.
<head>
</style>
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
<script type="text/javascript" src="Lightbox2/js/prototype.js"></script>
<script type="text/javascript" src="Lightbox2/js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="Lightbox2/js/lightbox.js"></script>
... </head>
<body>
<a href="images/example" rel="lightbox"><img src="images/example"height="80" width="100" alt="Gravatar example" /></a>
</body>
Last edited by micchiblu; 06-29-2009 at 01:47 AM..
|