This:
Code:
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
should be:
Code:
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
I don't see the lightbox styles linked to the page, but they may be in another linked stylesheet. However, there may be conflicts as regards the style. Remove all other styles to test this.
There could be other problems. With so many other scripts, there could be script conflicts. Remove all other scripts to see if that could be an issue.
Bookmarks