gpt4 book ai didi

html - 如何将标题 iframe 高度更改为增加的值?

转载 作者:行者123 更新时间:2023-11-28 00:43:24 26 4
gpt4 key购买 nike

我正在尝试为页眉增加此 iframe 的高度,以便滚动条不显示。我在这里缺少什么?

The header.

来自 index.html:

<header>
<iframe src="header.html" frameborder="0" width="100%" height="270"></iframe>
</header>

来自 header.html:

<header>
<div style="display: flex; justify-content: center;">
<a href="index.html" target="_parent"><img src="images/$RK6ZV6D.JPG" alt="logo" width="60%"></a></div>

来自 main.css:

iframe {
overflow: auto;
height: auto;
}
header {
background-color: #fff;
}

最佳答案

尝试在页眉上使用边距。它有助于让其他对象靠近或远离其他对象:

p {
margin-top: 100px;
margin-bottom: 100px;
margin-right: 150px;
margin-left: 80px;
}

有关详细信息,请参阅 marginsiframe .

关于html - 如何将标题 iframe 高度更改为增加的值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52172474/

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