1. html 標(biāo)簽加屬性
<html lang="en" class="no-ie" style="overflow:hidden;">
2.body中加入以下代碼
<style type="text/css"> html{ overflow-x: hidden; overflow-y: hidden; } </style>
洞悉互聯(lián)網(wǎng)前沿資訊,探尋網(wǎng)站營銷規(guī)律
作者:狐靈科技 | 2019-12-05 08:53 |點(diǎn)擊:
1. html 標(biāo)簽加屬性
<html lang="en" class="no-ie" style="overflow:hidden;">
2.body中加入以下代碼
<style type="text/css"> html{ overflow-x: hidden; overflow-y: hidden; } </style>
很簡(jiǎn)單,看代碼:
讓豎條沒有:
<body style=`overflow:-Scroll;overflow-y:hidden` > </body>
讓橫條沒有:
<body style=`overflow:-Scroll;overflow-x:hidden` > </body>
火狐底部滾動(dòng)條不顯示:
html { overflow:-moz-scrollbars-vertical; }