gpt4 book ai didi

jquery - 如何使视差响应?

转载 作者:太空宇宙 更新时间:2023-11-04 15:02:08 24 4
gpt4 key购买 nike

我正在使用 jQuery 插件 plax:https://github.com/cameronmcefee/plax

我已经制作了自己的示例,并希望它能够响应。现在 css 中移动元素的位置是绝对的,但我需要它是相对的,这样我才能让它响应。

但我无法让它工作

查看我的 fiddle :http://jsfiddle.net/FfKgY/

我认为问题出在 css 上:

            #shell {
display: block;
position: relative;
margin: 100px auto;
width: 100%;
max-width: 318px;
height: 100%;
max-height: 318px;
z-index: 1;
}

#plax-logo {
width: 136px;
height: 70px;
position: absolute;
top: 170px;
left: 90px;
z-index: 3;
background:#099;
}

#plax-sphere-1 {
width: 93px;
height: 92px;
position: absolute;
z-index: 4;
top: 189px;
left: 191px;
background: #3CC;
}

#plax-sphere-2 {
width: 215px;
height: 215px;
position: absolute;
z-index: 2;
top: 100px;
left: 53px;
background: #3C9;
}

#plax-sphere-3 {
width: 93px;
height: 92px;
position: absolute;
top: 35px;
left: 32px;
z-index: 1;
background: #669;
}

最佳答案

我自己想出来的。

我添加了另一个 css 字符串

header img {
width:100%;
}

成功了

关于jquery - 如何使视差响应?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16313417/

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