Results 1 to 3 of 3

Thread: Accordian Drop-down not expanding/contracting.. help?

  1. #1
    Join Date
    Oct 2009
    Posts
    25
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default Accordian Drop-down not expanding/contracting.. help?

    1) Script Title: Arrow Side Menu

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

    3) Describe problem:

    The headers are not dropping down/contracting as its supposed to. I've made changes, such as colors and image change, as well as adding links. I might've messed up somewhere along the line, and after comparing codes, I cannot find the issue. I've provided a link to the website I am working on so you can see.

    http://warrenvillerailroad.com/index3

    there's the accordian menu, and you can see its all open. I cannot close or open it. You can view the source to help me solve this issue.

    please and thank you!

    ~Karen
    Last edited by pencil2print; 10-16-2009 at 03:13 PM. Reason: typo

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

    Default

    Looking at just the page containing the menu, the reference to the .js file inside it is broken:

    Code:
    <script type="text/javascript" src="ddaccordion.js">
    
    /***********************************************
    * Accordion Content script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
    * This notice must stay intact for legal use
    ***********************************************/
    
    </script>
    You need to fix the path in red below so it references the .js file on your server correctly.
    DD Admin

  3. #3
    Join Date
    Oct 2009
    Posts
    25
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default

    Thank you! I didn't realize I had to also upload the given .js file that was on the page the site provided.

    Hopefully I can work out the rest of the issues now I got that out of the way.

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
  •