久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網
      最全最豐富的資訊網站

      css怎么去除滾動條

      去除方法:1、用“::-webkit-scrollbar{display:none}”樣式去除;2、用“-ms-overflow-style:none”樣式去除;3、用“overflow:-moz-scrollbars-none”樣式去除。

      css怎么去除滾動條

      本教程操作環(huán)境:windows7系統(tǒng)、CSS3&&HTML5版、Dell G3電腦。

      css去除(隱藏)滾動條

      使用自定義滾動條的偽對象選擇器::-webkit-scrollbar。但這個方法不兼容IE,做移動端的可以使用

      //谷歌適用 ::-webkit-scrollbar{     display:none; }

      IE 10+

      .element { -ms-overflow-style: none; }

      Firefox

      .element { overflow: -moz-scrollbars-none; }

      學習視頻分享:css視頻教程

      贊(0)
      分享到: 更多 (0)
      網站地圖   滬ICP備18035694號-2    滬公網安備31011702889846號