Remove:
HTML 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><!-- configure here -->
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
It's conflicting, and you're not using it anyway.
If you need it, either update to Lightbox 2.04a:
http://www.dynamicdrive.com/forums/s...470#post163470
And put the two external script tags for the slide show:
HTML Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="fadeslideshow.js">
/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
before those for Lightbox in the head of your page.
Or, use a jQuery based lightbox type script.
If using only jQuery and adding a jQuery type lightbox script to replace your Lightbox script, if the jQuery lightbox script isn't in noConflict mode, remove this:
Code:
jQuery.noConflict()
from the fadeslideshow.js script.
Bookmarks