iframe去掉滚动条依然能滚动的方法

2025-05-10 03:06:33

1、打开网站开发工具新建一个HTML页面

iframe去掉滚动条依然能滚动的方法

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; }

iframe去掉滚动条依然能滚动的方法

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

iframe去掉滚动条依然能滚动的方法
声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢