gpt4 book ai didi

html - (HTML & CSS) 不会让我改变 iframe 的大小

转载 作者:行者123 更新时间:2023-11-28 05:30:55 25 4
gpt4 key购买 nike

我已经尝试了所有我能想到的东西,但无论我尝试多少,它仍然不会让我改变高度/高度,但它会让我改变宽度...

HTML(主页):

<iframe src="sidebar.php" width="20%" hight="800px"></iframe>

CSS(主页):

iframe {
background-color: #222222;
border: none;
color: white;
height: 100%;
}

那里!

最佳答案

height 语法错误,应该是height

<iframe src="http://www.w3schools.com" width="400" height="400">

http://codepen.io/nagasai/pen/grZkOd

关于html - (HTML & CSS) 不会让我改变 iframe 的大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38517922/

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