找了网上多个方案均无法实现隐藏横向滚动条的问题

因为只是隐藏横向滚动条,所以不能使用scrolling="no"的办法,因为这样会连纵向也隐藏了
框架包含代码
<iframe src="dayanmei.php"; width="710" height="100%" scrolling="auto" align="right" frameborder="0" >

 

* 今天刚找到一方法,可以完全解决隐藏横向滚动条问题,直接在页面中添加以下CSS代码就OK了:

html{overflow-x:hidden; overflow-y:auto;}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
  • 2021-06-28
  • 2021-12-04
  • 2022-02-05
猜你喜欢
  • 2022-12-23
  • 2021-08-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案