Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
I want popup with arrow like gmail create an account page.any idea...
when i click on my textbox popup should appear..when i move to next control it should
disappear.
Posted
Updated 28-Aug-12 2:20am
v2

you can use JQuey http://jquery.com/[^] to do the same...U can do a lot with JQuery. Hope that helps you...
 
Share this answer
 
Get reference of this link to get OnCLick tooltip on textbox.

http://jquerytools.org/demos/tooltip/index.html.

FYI: oliver you also need to do some exerciser on it like following logic will work.

#1 :- take a div(Display:None) with the text whatever you want to show on click of textbox.
#2 :- onclick of textbox you need to apply the CSS class on div for tooptip.

TRY HOPE IT WILL HELP
 
Share this answer
 
v4
CSS
border-right: 0;
   border-top: 15px solid transparent;
   border-bottom: 15px solid transparent;
   border-left: 10px solid white;

Added this part in my css.
 
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