Results 1 to 2 of 2

Thread: help with animated collapse display

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

    Default help with animated collapse display

    Hello

    I would like some help with an animated collapse display.

    The webpage i am having trouble with is:

    http://www.david-franz.com/history.htm

    It displays fine on my screen, but on others the drop down boxes 'run-over' each other and don't display clearly (text on top of each other).

    Admittedly I know very little, and would appreciate any help in getting this to display as it should.

    Sorry, I should also add that I am using the animatedcollapse.js code obtained from dynamicdrive.

    thanks
    Last edited by aclemo; 06-09-2009 at 07:07 AM. Reason: additional info

  2. #2
    Join Date
    Dec 2008
    Location
    Portsmouth, UK
    Posts
    1,891
    Thanks
    2
    Thanked 441 Times in 435 Posts

    Default

    I have not examined the script but

    set the overflow to auto

    Code:
    <div id="1st" style="overflow:auto;width: 500px; background: #494949; display:none; height:235px">
    or specify the height as the required maximum

    Code:
    animatedcollapse.addDiv('1st', 'fade=1,height=80px')

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
  •