【问题标题】:How to show vertical scrollbar only for iframe?如何仅显示 iframe 的垂直滚动条?
【发布时间】:2012-10-03 11:13:36
【问题描述】:

以下 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" 这是什么意思...?
  • 您的代码非常适合我。我的代码----

标签: html iframe scroll


【解决方案1】:

去掉 scrolling="no" 或将其更改为 yes

【讨论】:

猜你喜欢
  • 1970-01-01
  • 2011-07-31
  • 2011-08-27
  • 2010-10-24
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2022-06-13
相关资源
最近更新 更多