css設定頁面捲軸 scrollbar樣式風格

來源:互聯網
上載者:User

把代碼放到如下圖位置

 

css代碼如下

 代碼如下 複製代碼

<style type="text/css">
body, html {
    scrollbar-face-color: #353535;
    scrollbar-shadow-color: #565656;
    scrollbar-highlight-color: #565656;
    scrollbar-3dlight-color: #7F7F7F;
    scrollbar-darkshadow-color: #565656;
    scrollbar-track-color: #565656;
    scrollbar-arrow-color: #DADADA;
}
</style>

由於在 xhtml 中 定義在 body 上是沒有效果的,所以為了通用,可以在 body 和 html 標籤都定義一下。

這些屬對應圖例如下:

 好了,下面預覽你的html頁面看看是不是捲軸的色變成你設定的色彩了哦。

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.