I can see the evidence of the problem in the emulator, but I'm not sure how to fix it. I cannot easily make a mockup because your page uses an AJAX include for the menu contents. I can see one potential issue, though I have no idea if this is the cause. I see two versions of jQuery on the page. That can sometimes cause all sorts of odd problems. Try getting rid of:
Code:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
That may or may not prevent the slideshow from working, but if it does we can worry about that later. Even if you don't see any changes, leave it like that until I can check it out. Or make a copy of it that way that I can check out. Oddly, on the video page I don't see this problem in the emulator. It also has two versions of jQuery, but the other version is different, older, and comes before the menu on that page. Whereas the one I want to try taking away on the newindex4.htm page is a later version and comes after the one used by the menu.
Bookmarks