海报主题图像悬停框
在海报中,当您将鼠标悬停在图像上时,它会显示一个框,使用户可以下载或查看完整尺寸的图像。下面是它应该如何工作的示例。
我试图找出为什么这在我创建的主题中不起作用 这里。任何和所有的帮助将不胜感激。
Within posterous when you hover on an image it displays a box enabling the user to download or view the full size image. Here is the example of how this should work.
I am trying to find out why this does not work in the theme I created Here. Any and all help would be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
像这样的
http://jsfiddle.net/amkrtchyan/jCcnC/
something like this
http://jsfiddle.net/amkrtchyan/jCcnC/
我快速浏览了你的代码。应该显示的跨度; 1 没有与之关联的 ID,当您将鼠标悬停在图像上时,2 不会显示。确保您的 javsscript 正确。我认为它很可能被错误地引用。
I took a quick look at your code. The span that's supposed to show up; 1 has no id associated with it and two is not showing when you hover over the image. Make sure your javsacript is correct. I think it is most likely being referenced wrong.