gpt4 book ai didi

html - 如何只为 iframe 显示垂直滚动条?

转载 作者:可可西里 更新时间:2023-11-01 13:37:35 25 4
gpt4 key购买 nike

以下 html 代码不显示垂直滚动条。为什么?

 <style>
#mapIframe{
min-height:300px;
overflow:auto !important;
direction:rtl !important;
overflow-x:hidden !important;
overflow-y:scroll !important;
height:100%; //optional, but it can't hurt.
}
</style>




<iframe id="mapIframe" src="aurl" width="300" height="800" frameBorder="0">Browser not compatible.</iframe>

最佳答案

摆脱 scrolling="no" 或将其更改为 yes

关于html - 如何只为 iframe 显示垂直滚动条?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12862433/

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