0

I need to show a tool tip on a calendar mouse hover event ,Is there an event for mouse hover in calendar control? Or is there a way to do this in java script?

Paul
  • 4,160
  • 3
  • 30
  • 56
  • 2
    You do not have the Calendar control in ASP classic. Please remove that tag because it is not what this question is about. – Andry Nov 03 '14 at 07:09

1 Answers1

0

Try adding title="Your tool tip message" to the html tag on which u wish to display mouse hover.

Eg: Assume the calender is wrapped inside a div, then add <div title="Your message"> calender tags... </div>

viki
  • 1,178
  • 1
  • 17
  • 22