像gmail这样的弹出窗口,使用asp.net创建一个帐户 [英] popup like gmail create an account using asp.net

查看:76
本文介绍了像gmail这样的弹出窗口,使用asp.net创建一个帐户的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想用像gmail这样的箭头弹出来创建一个帐户页面.任何想法...
当我单击我的文本框时,弹出窗口应该出现..当我移至下一个控件时,它应该

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.

推荐答案

,您可以使用JQuey http://jquery.com/ [ ^ ]可以执行相同的操作...您可以使用JQuery做很多事情.希望对您有帮助...
you can use JQuey http://jquery.com/[^] to do the same...U can do a lot with JQuery. Hope that helps you...


获取此链接的参考,以在文本框上获取OnCLick工具提示.

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

仅供参考:奥利弗,您还需要对其进行一些锻炼,以使遵循以下逻辑将起作用.

#1:-在文本框中单击要显示的文本,输入带有div(Display:None)的文本.
#2:-onclick of textbox您需要在div上应用CSS类以实现tooptip.

希望可以帮助
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


border-right: 0;
   border-top: 15px solid transparent;
   border-bottom: 15px solid transparent;
   border-left: 10px solid white;


在我的CSS中添加了这一部分.


Added this part in my css.


这篇关于像gmail这样的弹出窗口,使用asp.net创建一个帐户的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆