scrollbar website
I want to replace the following with a custom scrollbar.http://www.wufangbo.com/scroll-bars-css- style/
.boxno{ overflow-x: scroll; overflow-y: hidden; margin: 0 0 0 11px;height: 271px;width: 662px; scrollbar-face-color: #f5eded; /* 滚动条颜色*/ scrollbar-highlight-color: #666; /* //滚动条侧线颜色(左)*/ scrollbar-3dlight-color: #999; /* //滚动条最边线颜色(左)*/ scrollbar-darkshadow-color: #D6E7EF; /* //滚动条侧线颜色(右)*/ scrollbar-Shadow-color: #333; /*//滚动条侧线拐角阴影颜色(右)*/ scrollbar-arrow-color: #000; /* //上下三角形颜色*/ scrollbar-track-color: #f5eded; /* //滚动条底部背景色*/}
Thank you very much. =v= Because I have never learned css and html but I want to help the company modify a website. Thank you for your reference. The problem has been solved.