悬停链接信息
我怎样才能获得这样的效果:当您指向链接时,信息会显示在一个框中,告诉您该链接的用途。
就像当您将鼠标悬停在链接上时,会出现一个框来解释其操作。
有人可以帮我提供一个简洁的样本吗?
我需要为此使用 ajax-hovermenuextender 吗?
谢谢
how can i get the effect that when u point over a link an information is shown in a box which tells u what that link does.
its like when you hover over a link a box explains its action.
Can some1 help me out with a neat sample.
do i need to use the ajax - hovermenuextender for this??
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这取决于你想要多花哨。我个人已经找到了 jQuery(又名 JavaScript)来响应这里的号召。 qTip 是一个 jQuery 库,它具有一些令人惊叹的弹出“气泡”效果。访问他们的网站并查看您可以执行的各种操作。
如果您前往 qTip 文档(特别是 此页面),您可以看到用更好看的工具提示替换“正常”链接弹出窗口是多么容易。代码示例如下所示:
It depends on how fancy you want to be. I personally have found jQuery (AKA JavaScript) to answer the call here. qTip is a jQuery library that has some amazing pop-up "bubble" effects. Head over to their website and check out the various things you can do.
If you head to the qTip documentation (particularly this page), you can see how easy it is to replace "normal" link pop-ups with a much better looking tool tip. Code example shown below:
由于您使用的是 ASP.NET,因此您可以使用 ASPNET ToolTip;将鼠标悬停在链接中带项目符号的项目上即可查看示例。
Since you are using ASP.NET you could use ASPNET ToolTip; hover over the bulleted items in the link to see examples.