Wednesday, December 29, 2010

Create a javascript ToolTip within 10 minutes for Asp.net page

Sometimes we need to create handy javascript tooltip for client. Here in this article i will show how one can create a javascript tooltip within very short time by using DIV object. To do that here i use a DIV as a tooltip container. When i need to show the tooltip then i have set the DIV visibility style to 'visible' otherwise 'hidden'. Very simple right? Lets start:










Add an Aspx page

No comments:

Post a Comment