鼠标悬停时显示 DIV
你最近用谷歌搜索过吗? 谷歌显示搜索后,如果您将鼠标放在搜索词上,谷歌会在右侧显示带有阴影框的站点预览,并允许用户控制(关闭)DIV。
我如何实现该脚本?
谢谢
Have you done search on google recently?
After google displays the search, if you put your mouse over search term google displays a preview of the site to the right with shadowbox and allows the user to control (close) the DIV.
How do I achieve that script?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要达到这一点需要采取许多步骤。
首先,查看 JQuery 并熟悉其语法。
其次,阅读 .hover() 函数,它允许您执行以下操作:
There are many steps required in getting you to that point.
First, check out JQuery and become comfortable with the syntax.
Second, read up on the .hover() function which will allow you to do something like this:
试试这些:
http://www.shadowbox-js.com/
http://api.jquery.com/hover/
Try these:
http://www.shadowbox-js.com/
http://api.jquery.com/hover/