Results 1 to 3 of 3

Thread: ddsmoothmenu not working in Safari & Chrome

  1. #1
    Join Date
    Jul 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default ddsmoothmenu not working in Safari & Chrome

    1) Script Title: ddsmoothmenu

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...smoothmenu.htm

    3) Describe problem: The dropdown menu doesn't work in Safari and Chrome, but it does in FF, IE and Opera. You can view the problem on here: http://www.junocoaching.nl/

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

    Default

    Hmm this is a rather strange one. The script appears to be running properly in Chrome- the sub menus simply don't show up for some reason. Two possibilities:

    1) There may be something in the newer version of jQuery you're using that's the issue. What if you changed the reference:

    Code:
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
    to:

    Code:
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
    ?

    2) If that didn't work, it might have something to do with your page's CSS and layout; I see the menu is nested deep inside floated containers. What if you moved the menu (topmost element for it is DIV class="ddsmoothmenu") outside so it's a direct child of the BODY element? Better yet, create a new blank page with just the menu on it and see if it shows up in Chrome. If so, then slowly add back the rest of your page's elements until the culprit is located.
    DD Admin

  3. #3
    Join Date
    Jul 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I was using the old jquery version first, so I tried using the newer version but it didn't do anything.

    I'll try your second option in a second.

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
  •