Hi this is what i put in my page. This is the code for the page for gallery. All the link can be seen in dreamweaver but the pop out box doesn't appear but open another page to show the bigger image.. Please help thanks.
Code:
<script type="text/javascript" src="lightbox.js"></script>
<link rel="stylesheet" href="lightbox.css" type="text/css" media="screen" />
<div id="nows">
<h2>Welcome To Our Gallery!</h2>
<div id="lightbox">
<a href="themes/default/css/images/image-1.jpg" rel="lightbox"><img src="themes/default/css/images/thumb-1.jpg" /></a>
</div>
</div>
Bookmarks