Results 1 to 3 of 3

Thread: Animated Collapsible DIV

  1. #1
    Join Date
    Aug 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Animated Collapsible DIV

    1) Script Title: Animated Collapsible DIV

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

    3) Describe problem: I can get 3 of them to work perfectly... but I can't get the next three to work

    http://www.webforyou.ca/test/testing.html


    Thanks all

    Freddi

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

    Default

    The IDs of your DIVs starting from the 4th no longer correspond to that passed into the script. For example, for your forth DIV, you have:

    Code:
    var collapse4=new animatedcollapse("frog", 1000, false)
    Yet the 4th DIV's id is actually "div4".

  3. #3
    Join Date
    Aug 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    OMG... I am such a blonde sometimes... good thing I am blonde but man that is such a stupid error ... 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
  •