commedo's blogger

Saturday, June 19, 2004

[PROGRAMMING TIPS] Display custom tooltip on your web application

You can use attribute title at tag anchor (<a></a>) to display a custom tooltip as following:

<a href="a" title="This is a title test">Title Test</a>

0 Comments:

Post a Comment

<< Home