gpt4 book ai didi

jquery - 超大的Jquery与背景图片冲突

转载 作者:行者123 更新时间:2023-12-01 04:58:30 25 4
gpt4 key购买 nike

我在使用 nextgen gallery(由 supersized 提供支持)的 WordPress 网站上遇到问题所以我创建了一个div来管理背景图像

<div>
<img id="backgroundx" title="" alt="" src="wp-content/uploads/2012/09/DSC_5269.jpg"/>
</div>

它的CSS是

#backgroundx {
left: 0;
position: absolute;
width: 100%;
z-index: 1000;
}
.container {
position: relative;
z-index: 1001;
}

一切都很好,但是当我进入 NextGEN 类别(例如 http://newlightphotography.org/category/bambini-2 )时,它不显示背景但其他所有页面(包括扩展图库 http://newlightphotography.org/madalina-149 )都可以正常工作。

最佳答案

虽然这两个页面具有不同的图像行为很奇怪,但您可能会发现此快速修复可以接受:

<div>
<img id="backgroundx" title="" alt="" src="/wp-content/uploads/2012/09/DSC_5269.jpg"/>
</div>

只需在 wp-content 之前添加根斜杠即可。

关于jquery - 超大的Jquery与背景图片冲突,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12450759/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com