Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能告诉我如何制作带有悬停效果的缩略图,例如谷歌浏览器标签网站缩略图,例如,当您悬停网站截图图像时,会出现一个带有图钉的蓝色框,您可以移动。
谢谢你
您可以使用 jQuery 的悬停事件来提供高亮效果,setTimeout稍后在其中调用以向上滑动顶部栏,然后在取消悬停时调用clearTimeout该超时。
setTimeout
clearTimeout
您可以使用 jQuery UI 来允许拖动;看这里。
我不知道任何现有的代码可以立即执行此操作,但您可以使用可排序的 JQuery UI 来根据此演示拖放框元素列表(包括图像):
http://jqueryui.com/demos/sortable/#display-grid