gpt4 book ai didi

jquery - jSrcoller 总是将我的 div 固定在顶部

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

我正在使用jScroller显示字幕..它工作正常,但它总是将我的 div 粘贴到页面顶部,而不是 div 的确切位置....

<div id="CaptDiv"> // this div is at the centre of my page
<div id="CaptionDiv" class="captiontext">
Find your Leads to Precede and Predate
</div>
</div>

我只应用了这个CSS...

.captiontext
{
font-weight:bold; color:#69442f;
font-family: Arial,Helvetica,sans-serif; font-size:105%;margin-left:70px;
}

和我的jquery,

     $(document).ready(function() {
$jScroller.add("#CaptDiv", "#CaptionDiv", "right", 1);
$jScroller.start();
});

alt text http://img409.imageshack.us/img409/985/marquee.jpg

最佳答案

尝试添加position:相对于包含滚动条的div。我想象 JsScroller 正在向滚动器 div 添加position:absolute,并且滚动器 div 没有定位父级。因此,滚动条 div 相对于 body 元素绝对定位

关于jquery - jSrcoller 总是将我的 div 固定在顶部,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3317647/

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