gpt4 book ai didi

css - 定位 iframe

转载 作者:行者123 更新时间:2023-11-28 15:02:29 25 4
gpt4 key购买 nike

我需要以隐藏标题的方式加载带有 iframe 的页面。我尝试了以下但由于某种原因它不起作用:

<div style="width:945px; height:600px; overflow:hidden;"> 
<iframe src="innerpage.html"
frameborder="0"
height="700"
scrolling="no"
width="945"
style="top:-100px" />
</div>

最佳答案

meder 说的对,但也有可能是你的style 什么都不做。您需要设置 position: absoluteposition: static 以便 top 产生任何影响。

这只会向上移动整个 iframe,而不是 iframe 中的内容。

关于css - 定位 iframe,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1526425/

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