Results 1 to 4 of 4

Thread: Accordion - onMouseOver, onMouseOut control?

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

    Question Accordion - onMouseOver, onMouseOut control?

    1) Script Title: Accordion Menu Script

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

    3) Describe problem:

    Hi, is it possible to have the sub-nav menu items appear and disappear on mouser over/out as opposed to getting the user to 'click'?
    have had a client ask for this as a preference.
    thanks in advance.
    Jas

  2. #2
    Join Date
    Feb 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I have had a quick search in relation to this - but can't seem to find what I'm looking for.
    Apologies if this has already been covered.

  3. #3
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    You need to set the following property of the Accordion menu object
    Code:
    revealtype: "click"
    to

    Code:
    revealtype: "mouseover"
    hope this helps

  4. #4
    Join Date
    Feb 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    @codeexploiter - perfect, thank you very much
    Jas

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
  •