This worked here:
Code:
<HTML><HEAD><TITLE>New Page</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.6000.16414" name=GENERATOR>
<link rel="stylesheet" href="/scripts/lightbox.css" type="text/css" media="screen" />
<script type="text/javascript" src="/scripts/lightbox.js"></script>
</HEAD>
<BODY>
<a href="images/Sunset.jpg" rel="lightbox" ><img src="images/Sunset_thumb.jpg" /></a>
</BODY></HTML>
However, the close.gif and loading.gif appear to be unavailable, and the path to overlay.png (though correct for Opera and FF is good) is incorrect for IE. To correct these image problems, make sure the images are on the server and use the absolute paths for them wherever (in the script and css) their locations are required.
Bookmarks