滚动条样式

.pc-ind-box-l-c-l-con-box::-webkit-scrollbar {
    width:10px;
    height:10px;
}
.pc-ind-box-l-c-l-con-box::-webkit-scrollbar-button    {
    background-color: rgba(0, 0, 0, 0.0);
}/*上箭头位置*/
.pc-ind-box-l-c-l-con-box::-webkit-scrollbar-track     {
    background: rgba(0, 0, 0, 0.0);
}/*下箭头位置*/
.pc-ind-box-l-c-l-con-box::-webkit-scrollbar-track-piece {
    background:url(http://www.lyblog.net/wp/wp-content/themes/mine/img/stripes_tiny_08.png);
}
.pc-ind-box-l-c-l-con-box::-webkit-scrollbar-thumb{
    background:#043861;
    border-radius:4px;
}/*滚动条位置*/
.pc-ind-box-l-c-l-con-box::-webkit-scrollbar-corner {
    background:#82AFFF;
}
.pc-ind-box-l-c-l-con-box::-webkit-scrollbar-resizer  {
    background:#FF0BEE;
}

IE:

*{/*三角箭头的颜色*/
    scrollbar-arrow-color: #fff;
    /*滚动条*/
    scrollbar-face-color: #043861;
    /*滚动条整体颜色*/
    scrollbar-highlight-color: #333;
    /*滚动条阴影和描边*/
    scrollbar-shadow-color: #043861;
    /*滚动条轨道颜色和箭头颜色*/
    scrollbar-track-color: #043861;}

  

posted @ 2017-12-18 17:40  Janfu  阅读(195)  评论(0编辑  收藏  举报