css設定流量器頁面捲軸(scrollbar)顏色設定詳解

來源:互聯網
上載者:User

先來看效果吧

 

代碼如下

 代碼如下 複製代碼

<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 標籤都定義一下

相關文章

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.