iframe去掉滚动条依然能滚动的方法
1、打开网站开发工具新建一个HTML页面

3、编写CSS代码核心代码:.iframe-wrap{ position: relative; over熠硒勘唏flow: hidden; width: 300px; height: 150px; background: #eee; } .iframe{ width: 100%; border: none; position: absolute; right: -20px; top: 0; bottom: 0; overflow-x: hidden; overflow-y: scroll; }

5、给iframe页面添加修饰样式核心代码:p{ height: 50px; line-height: 50px; font-size: 16px; }

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
阅读量:41
阅读量:37
阅读量:85
阅读量:41
阅读量:82