I'm having trouble diagnosing a problem with a drop down menu.
On one of the web pages I'm working on there is a drop down menu on "services" in the navigation bar. It works on every page except this one page that uses a video player.
See the page it doesn't work on here. (P.S. this page isn't linked live yet)
http://tytonsound.com/_videos.php
One thing I've noticed is that if I move lines around in the header section I can make things work. For example:
The following 2 script files are at the top of the list of scripts. They control the drop down menu functionality.
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/menu.js"></script>
If I move them below the script lines that control the OSM media player, the media player no longer shows up, but the drop down menu works fine.
I'm not sure what to do, but I'm guessing there's a confliction with some JS scripting. I haven't run in to an issue like this before.
Thanks for the help!