Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Chrome CSS Drop Down Menu (v2.4) Issue...

  1. #11
    Join Date
    Sep 2008
    Posts
    12
    Thanks
    9
    Thanked 0 Times in 0 Posts

    Default

    That works great ddadmin! Thanks for doing that! I have one other issue now though. When I scroll over the navigation and the dropdown/ups show, I cannot scroll over them and click the links. This happened when I moved the dropdown/up menus to the bottom of the code.

    I've put the new site up so you can see the issue. See the link above.

    Thoughts?

  2. #12
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    This problem only occurs in IE from my testing. It looks like a low z-index issue for the drop down DIVs themselves I believe. Inside dropdown.css/ dropdown2.css, change both of the line in red below to a higher z-index value:

    Code:
    z-index:1000;
    See if that helps. BTW, in Firefox, your top chrome menu's drop downs are hidden behind the Flash display below it. Inside chrome.js, try removing the part in red below to enable the IFRAME shim technique for all browsers to see if that fixes the issue in FF:

    Code:
    	if (window.createPopup && !window.XmlHttpRequest &&!this.iframeshimadded){
    DD Admin

  3. The Following User Says Thank You to ddadmin For This Useful Post:

    kris@ennis (09-09-2008)

  4. #13
    Join Date
    Sep 2008
    Posts
    12
    Thanks
    9
    Thanked 0 Times in 0 Posts

    Default

    The Z-index worked great, but removing that line from the js file didn't fix the Firefox issue. Any other thoughts?

    Also, I really do appreciate all your help and work on this. I've learned a lot by talking with you, and cannot thank you enough!

  5. #14
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Hmm if enabling IFRAME shim in FF doesn't do the trick for that browser either, try the technique discussed in this post by John then: http://www.dynamicdrive.com/forums/s...03&postcount=5
    DD Admin

  6. The Following User Says Thank You to ddadmin For This Useful Post:

    kris@ennis (09-09-2008)

  7. #15
    Join Date
    Sep 2008
    Posts
    12
    Thanks
    9
    Thanked 0 Times in 0 Posts

    Default

    That did the trick! Thank you so much for your help! I have an issue with another script, but I'll start another post for it. Thanks again!

  8. #16
    Join Date
    Dec 2011
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default removing the drop down image

    Hi all,

    I was wondering if there was any code to remove the drop down image all together.

    Thanks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •