好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

css之-webkit-scrollbar_html/css_WEB-ITnose

在IE中可以自定义滚动条的样式 ,基于webkit的浏览器现在也可以自定义其样式:

}

::-webkit-scrollbar-thumb {

-webkit-border-radius: 10px;

border-radius: 10px;

background: rgba(255,0,0,0.8);

-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);

}

::-webkit-scrollbar-thumb:window-inactive {

background: rgba(255,0,0,0.4);

}

.test{

width:100px;

height:200px;

overflow:scroll;

border:1px solid #666666;

}

kfalsdfjlasjldf

查看更多关于css之-webkit-scrollbar_html/css_WEB-ITnose的详细内容...

  阅读:35次