Results 1 to 3 of 3

Thread: AnyLink Drop Down Menu broken after correcting menu

  1. #1
    Join Date
    Jun 2005
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default AnyLink Drop Down Menu broken after correcting menu

    1) Script Title: AnyLink Drop Down Menu

    2) Script URL (on DD):
    http://dynamicdrive.com/dynamicindex1/dropmenuindex.htm

    3) Describe problem: This was working fine. I changed one of the dropdown links in the js file and then did a find replace and changed the link at the bottom links of all pages. Since then the dropdowns are not working. I trashed the library file. I duplicated the entire site and replaced the js and style coding, and still nothing works. No dropdowns are appearing. Any guesses as to why would be very helpful. The client wants to be live ASAP and I've spent 4 hours debugging to no avail. Need some fresh eyes...

    Problem Site link:http://www.designmotif.com/RK/

    Thanks!

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

    Default

    Inside your dropdown.js, there is an inadvertant line break here:

    Code:
    menu2[1]='<a href="reading_writing.html">Reading and
    Writing</a>'
    Remove the line break after "and".

  3. #3
    Join Date
    Jun 2005
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you so much. I saw the error immediately when I opened it. Can't believe I looked over that again and again. I and I paid special attention because that was the edited area. Whew!

    Thanks so much. You're great!

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
  •