Hi,
I am using this below code to display my menu items. On mouseover I need to display the title of the menu item and I have put that inside Title like shown below. But the title disappears after 5 seconds. And how could I possibly display the title for a long time?
Dhirendra MisraPosted Jan 6, 2014, 5:41 AM
As web code is interpreted at client side and 5 seconds is at system level settings of IE browser at client side and It should not be good idea to overwrite it. Hence you can use jQuery to show custom tooltip.
Some good examples are :
http://tech.pro/tutorial/930/jquery-custom-tooltips
http://jquery.bassistance.de/tooltip/demo/