Click here to Skip to main content
15,896,348 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
Dear Sir, How can I create tooltips for fields in PHP and .Net applications?
Posted
Comments
Albin Abel 13-Feb-11 6:52am    
Windows Forms? WebForms? In WebForms and PHP you use some html attributes or javascript. In Windows forms there is s tool tip control
Albin Abel 13-Feb-11 7:17am    
Sorry forgot to say many webform controls also have tooltip property. For customized tooltip use javascript or jQuery

1 solution

Using tooltips in web applications is quite easy using a plugin for jQuery[^] you can find a page with a demonstration here: jQuery Tooltip Demo[^]. There are some more and some less fancy examples for tootips on that page. All you have to do to use it is to reference the jQuery javascript base library and the javascript file with the tooltip plugin you can download from the second site.

Cheers!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900