Firefox works fine, Opera is great and Chrome works well also. IE is the issue. It seems to be ANY version of IE. The site is http://s91532.gridserver.com and no matter where you click, it brings down our javascript menu from the top. I have been looking for a stray div or what not but can't find anything. When you hover over the images it shows you the correct path and everything but when you click it just drops down the Ministry Index dropdown Any help would be greatly appreciated
It looks like it is a jQuery script problem. And I think it is this one: <script type='text/javascript' src='http://s91532.gridserver.com/wp-content/plugins/img-mouseover/img-mouseover.js?ver=20100209'></script> Code (markup): Mouseover effects could be done with CSS, too. Ow I just saw you are loading jQuery 1.3.2 and 1.4.2 ... But another possibility is that your problem is the prettyPhoto jQuery plugin. Good luck finding your error
I will remove the plugin and revisit it. I am not sure we are doing the mouseover anyway. Is there a need to load both jqueries?
Okay so this is the issue at hand ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js Is called in my header. That drives the drop down ministry index. BUT as soon as I remove it IE starts working, minus the ministry index. How do I go about using the already called wp-includes/js/jquery/jquery.js?ver=1.4.2 to launch the menu? Should I get rid of the call to site.js and add those lines to the jquery file?