IE issues - Entrie site always triggers same menu no matter where you click

Discussion in 'CSS' started by sahmothers.com, Aug 17, 2010.

  1. #1
    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
     
    sahmothers.com, Aug 17, 2010 IP
  2. CSM

    CSM Active Member

    Messages:
    1,047
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    55
    #2
    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 :)
     
    Last edited: Aug 17, 2010
    CSM, Aug 17, 2010 IP
  3. sahmothers.com

    sahmothers.com Well-Known Member

    Messages:
    2,389
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    135
    #3
    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?
     
    sahmothers.com, Aug 17, 2010 IP
  4. sahmothers.com

    sahmothers.com Well-Known Member

    Messages:
    2,389
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    135
    #4
    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?
     
    sahmothers.com, Aug 17, 2010 IP