Results 1 to 4 of 4

Thread: JQuery Drop Line Menu question

  1. #1
    Join Date
    Jan 2010
    Posts
    8
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default JQuery Drop Line Menu question

    1) Script Title:
    JQuery Drop Line Menu

    2) Script URL (on DD):
    http://www.dynamicdrive.com/style/cs...rop_line_menu/

    3) Describe problem:
    When my users are going through my menu system, sometimes the dropdown won't go away after they move off of it. To see this in action, go to http://www.evanhee.com/beta/ and use the various menus there. You should see the behavior occur. What I want to do is if the user goes off of the dropdown, I want it to disappear after say 300ms.

  2. #2
    Join Date
    Jan 2010
    Posts
    8
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Can someone please help me with this???

  3. #3
    Join Date
    Apr 2011
    Location
    http://web-vn.com
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Change the line :
    $targetul.slideUp(droplinemenu.animateduration.out)
    into:
    $targetul.delay(300).slideUp(droplinemenu.animateduration.out)

  4. #4
    Join Date
    Jan 2010
    Posts
    8
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Never mind

    Quote Originally Posted by bbcompent1 View Post
    Can someone please help me with this???
    Thank you to web-vn who answered my question.

    [QUOTE=web-vn]
    ***************
    Change the line :
    $targetul.slideUp(droplinemenu.animateduration.out)
    into:
    $targetul.delay(300).slideUp(droplinemenu.animateduration.out)
    ***************

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
  •