Tooltip and Expandings Lists together....

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • babyshoey
    New Member
    • Nov 2008
    • 1

    Tooltip and Expandings Lists together....

    It is possible to have a menu which will have a tooltip on mouseover, as well as a menu expand upon clicking?

    I can implement both instances separately, but not together....
    Please would you be so kind as to help me.
    Thanks!
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    for a tooltip you can use the title attribute, but I don't see the point why you can't have both events at the same time.
    to accomplish that you may have to register the event handlers using addEventListene r()/attachEvent().

    regards

    Comment

    • Markus
      Recognized Expert Expert
      • Jun 2007
      • 6092

      #3
      Please note that I have made your post less childish.

      Markus.

      Comment

      Working...