灯箱上一个 下一个 位置更改

发布于 2024-09-15 04:57:06 字数 121 浏览 3 评论 0原文

我正在使用灯箱幻灯片,它工作正常,其中还有“下一个-上一个”按钮。但我希望它显示在图像的底部,而且目前只有当我将鼠标悬停在图像上时它才会显示,有什么方法可以永久显示它。

我正在使用 Lightbox v2.04。

I am using lightbox slideshow and it is working fine, there is Next-Prev button also in that. But I want it to show at the bottom of the image and also currently it will show only when I mouseover the image, is there any way to show it permanently.

I am using Lightbox v2.04.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

还在原地等你 2024-09-22 04:57:10

将此用作灯箱的调用:.lightBox({fixedNavigation: true });

Use this as calling for the lightbox: .lightBox({ fixedNavigation: true });

深海夜未眠 2024-09-22 04:57:09
#nextLink {
    background: url(http://www.huddletogether.com/projects/lightbox2/images/nextlabel.gif) no-repeat 100% 85% !important;
}

#prevLink {
    background: url(http://www.huddletogether.com/projects/lightbox2/images/prevlabel.gif) no-repeat 0% 85% !important;
}
#nextLink {
    background: url(http://www.huddletogether.com/projects/lightbox2/images/nextlabel.gif) no-repeat 100% 85% !important;
}

#prevLink {
    background: url(http://www.huddletogether.com/projects/lightbox2/images/prevlabel.gif) no-repeat 0% 85% !important;
}
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文