Results 1 to 2 of 2

Thread: Animated Collapsible Div - mouseover

  1. #1
    Join Date
    Jul 2007
    Location
    Milwuakee
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Animated Collapsible Div - mouseover

    1) Script Title: Animated Collapsible Div

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

    3) Describe problem: Would anyone be able to tell me how to make this script work on a mouseover event instead of a click event?

  2. #2
    Join Date
    Feb 2007
    Posts
    293
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Replace the links to slide the div with:

    <a href="#" onMouseover="javascript:collapse1.slidedown(); return false;">Slide Down</a> || <a href="#" onMouseover="javascript:collapse1.slideup(); return false;">Slide Up</a>

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
  •