Two scripts running but only one will work, Please Help!!!
- My Problem -
If you go to my portfolio page, you'll see I have some thumbnails of photos which open up as a lightbox. But since I've added this to my page it stopped my top menu from animating. (If you go to another page you'll see how the menu is supposed to look). What am I doing wrong?
- My Website -
It's still under development.
- What I've found out -
The script below in the red is my lightbox script and in the green is my menu script. But if I reverse the order on my page then the menu works but the lightbox doesn't.
<script type="text/javascript" src="../js/jquery.js"></script>
<script type="text/javascript" src="../js/menuAnimation.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>