|
Hey Guys,
Lightbox conflicting with my slide show script, plz help URGENT!!!
My Lightbox wont work properly.
if you vistit www. volcanos. com.au/menu.php (spaces there on purpos) - I have a sliding image on the top right corner and also uderneith it I have a menu which opens up with lightbox. However the problem im having is when you click on the menu it opens the image in its own window.
in my head section where i have:
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<script type="text/javascript" src="slider/jquery-1.2.6.pack.js"></script>
<script type="text/javascript" src="slider/simplegallery.js"></script>
<script type="text/javascript">
my slideshow works but not the lightbox.
HOWEVER.
If i swap them over to look like this:
<script type="text/javascript" src="slider/jquery-1.2.6.pack.js"></script>
<script type="text/javascript" src="slider/simplegallery.js"></script>
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<script type="text/javascript">
My slideshow no longer works but the lightbox does.
please anyone got any ideas. Its driving me mad
|