jQuery Lightbox For Native Galleries WordPress 插件按钮不显示在框外

发布于 2024-11-06 02:07:39 字数 370 浏览 0 评论 0原文

您好,我正在使用 jQuery Lightbox For Native Galleries for Wordpress,它使用 colorbox 插件。

我试图将“上一个”、“下一个”和“关闭”按钮放置在灯箱的边缘,但按钮不断裁剪。尝试过使用元素的 z 索引,但没有任何效果。

我正在拔头发,因为我感觉自己撞到了墙上,因此,如果有人能帮助我度过难关,那就太好了。

希望有人能帮忙。

这是网址

http://satbulsara.com/luke-irwin/?page_id=14

Hi I am Using the jQuery Lightbox For Native Galleries for Wordpress which uses the colorbox plugin.

I am trying to position the Prev, Next and Close buttons on the edge of the lightbox but the buttons keep on cropping. Have tried playing around with the z-index of the elements and nothing is working.

I am pulling my hair out as I feel like I have hit a wall, hence if anyone can help me get through it that would be fantastic.

Hope someone can help.

Here is the URL

http://satbulsara.com/luke-irwin/?page_id=14

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

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

发布评论

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

评论(1

稳稳的幸福 2024-11-13 02:07:39

尝试

#cboxContent { overflow: visible; }

在萤火虫中尝试过。 #cboxContent 是按钮的容器。它具有overflow:hidden属性。这就是为什么按钮的边缘被裁剪的原因。

try

#cboxContent { overflow: visible; }

Tried it in firebug. #cboxContent is the container of the buttons. It has the property of overflow: hidden. That's why your buttons are cropped at the edges.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文