海报主题图像悬停框

发布于 2024-12-27 15:24:32 字数 295 浏览 1 评论 0原文

在海报中,当您将鼠标悬停在图像上时,它会显示一个框,使用户可以下载或查看完整尺寸的图像。下面是它应该如何工作的示例。

在此处输入图像描述

我试图找出为什么这在我创建的主题中不起作用 这里。任何和所有的帮助将不胜感激。

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.

enter image description here

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

野生奥特曼 2025-01-03 15:24:32

我快速浏览了你的代码。应该显示的跨度; 1 没有与之关联的 ID,当您将鼠标悬停在图像上时,2 不会显示。确保您的 javsscript 正确。我认为它很可能被错误地引用。

    <span id="" class="show">
        <div id="-dl3" style="font-size: 14px; position: absolute; right: 10px; bottom: 0px;">
        <div id="-dl2" class="posterousGalleryLink" style="font-size: 14px; display: none;">Download this gallery (ZIP, null KB)</div>
    </span>

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.

    <span id="" class="show">
        <div id="-dl3" style="font-size: 14px; position: absolute; right: 10px; bottom: 0px;">
        <div id="-dl2" class="posterousGalleryLink" style="font-size: 14px; display: none;">Download this gallery (ZIP, null KB)</div>
    </span>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文