I have been running a slideshow on our home page with no problems - http://www.natorigin.co.uk/
I have now added a Lightbox script which works well - http://www.natorigin.co.uk/acatalog/...ailPorter.html
But now this has messed up the slideshow on the home page - http://www.natorigin.co.uk/acatalog/test/index.html
I believe it is something to do with the code I have place in the <head> section.
For the Lightbox I have added these lines:
<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>
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
If I put these below the script for slideshow then the lightbox work but not the slideshow.
If place these above the script for slideshow then the slideshow work but not the lightbox.
Any suggestions for a fix please.
Thanks
James
I have now added a Lightbox script which works well - http://www.natorigin.co.uk/acatalog/...ailPorter.html
But now this has messed up the slideshow on the home page - http://www.natorigin.co.uk/acatalog/test/index.html
I believe it is something to do with the code I have place in the <head> section.
For the Lightbox I have added these lines:
<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>
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
If I put these below the script for slideshow then the lightbox work but not the slideshow.
If place these above the script for slideshow then the slideshow work but not the lightbox.
Any suggestions for a fix please.
Thanks
James
Comment