gpt4 book ai didi

jquery - 任何 slider 宽度与页面滚动条故障?

转载 作者:行者123 更新时间:2023-12-01 04:21:16 26 4
gpt4 key购买 nike

我使用的任何 slider 的宽度设置为 100%,以便它填充页面,并且它工作正常,除非页面使用滚动条,然后 slider 为 100% + 滚动条的宽度。我可以做些什么来解决这个问题吗?

最佳答案

而不是将 slider 的宽度设置为 100%。将其父级设置为 100%(同时设置高度),然后将 expand 选项设置为 true ( demo ):

HTML

<div id="wrapper">
<ul id="slider">
<li><img src="http://placekitten.com/300/200" alt="" /></li>
<li><img src="http://placehold.it/300x200" alt="" /></li>
<li><img src="http://ipsumimage.appspot.com/300x200.png" alt="" /></li>
<li><img src="http://dummyimage.com/300x200/000/fff.jpg" alt="" /></li>
</ul>
</div>

CSS

#wrapper {
height: 500px;
}

脚本

$('#slider').anythingSlider({
// If true, the entire slider will expand to fit the parent element
expand: true
});​

关于jquery - 任何 slider 宽度与页面滚动条故障?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10297113/

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