Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,

I want to display a tooltip for a treenode, and it should be a pop-up that means when the new user login for the first time the tooltip should display automatically for the user without placing cursor on the treenode. Is it Possible...........?

Here is my code in web.sitemap:

XML
<siteMapNode title="VAR" description="">
        <siteMapNode  title="Fund" description="Welcome to Hyderabad &lt;img src='imag/home.png' width='250px' height='50px' alt='Tooltip' &gt; "   url="~/VarFund.aspx" />
Posted
Updated 25-Sep-13 22:22pm
v2
Comments
Richard MacCutchan 26-Sep-13 3:56am    
Given that you have not provided any information on the platform, OS, environment or language that you are using, it's anyone's guess.

Yes you can code for it via HTML ( with on load() of body tag), css (Where you can specify you design code) & jquery that helps you in load on page load.!!!
 
Share this answer
 
Comments
[no name] 26-Sep-13 6:53am    
check this link for which you can set this as your page load.
http://calebjacob.com/tooltipster/#demos

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