1) Script Title: Lightbox image viewer V2.04
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...box2/index.htm
3) Describe problem: when I click on the link in front page the enlarged image opens in windows fax viewer, if i use preview in browser IE7 it opens in the top left of a new window with no buttons to close.
I have unzipped the files to a folder called light at the same level as the page.html.
File structure
Cartmel-images/light (contains all unzipped files)
/photogallery
/index.html
/new_page_1
I have made no changes to any other files.
At present this is in a simple form as I am having trouble getting it to work, and need it working prior to complete my web.
HTML in page
<html>
<head>
<script type="text/javascript" src="/light/js/prototype.js"></script>
<script type="text/javascript" src="/light/js/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="/light/js/lightbox.js"></script>
<link rel="stylesheet" href="/light/css/lightbox.css" type="text/css" media="screen" />
</head>
<body>
<p align="left"><a href="light/images/castle.jpg" rel="lightbox" title="Spring">
<img border="0" src="light/images/thumb-1.jpg" width="100" height="101"></a>
<a href="light/images/trial.jpg" rel="lightbox" title="Horses" >
<img border="0" src="light/images/mycat.jpg" width="100" height="70"></a>
</body>
</html>
Please help this has been doing my head in for days.



Reply With Quote

Bookmarks