gpt4 book ai didi

Javascript 滚动 iframe? (如 Facebook 消息)

转载 作者:行者123 更新时间:2023-11-28 14:38:04 24 4
gpt4 key购买 nike

我试图让一个 iframe 滚动到我的页脚 div 后面,所以我根本不希望页面本身滚动。如果你有 Facebook,你就会明白我说我希望它像 Facebook Messages 一样的意思。滚动条滚动消息 div 而不是实际页面。

我现在的 HTML 是:

<div class="content">
<iframe src="http://192.168.0.122/bf2sclone/?pid=28999999" style="width:100%;height:200px;"></iframe>
</div>
<div class="footer">
</div>

我的 CSS 是:

div.footer {
width: 980px;
height: 114px;
float: left;
background-image: url(../images/footer.png);
background-repeat: no-repeat;
position: fixed;
bottom: 0;
z-index: 1;
margin-bottom: 20px;
}

div.content {
position: relative;
width: 980px;
height: 300px;
float: left;
border-left: 1px solid #000;
}

最佳答案

Facebook 消息不使用 iframe,您可以通过设置页面左侧 fixed(在 css 中设置:position: fixed)来实现此效果。< br/>因此,只需固定页脚,它应该可以正常工作。

关于Javascript 滚动 iframe? (如 Facebook 消息),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6471794/

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