网站首页 | 校内网CSS代码 | 简洁校内网代码 | 男生代码 | 校内网群班级美化 | 本站原创 | 校内网VIP代码 | 女生代码 | 校内网涂鸦板代码 | xiaonei素材 | 非主流代码 |
当前位置:主页>简洁校内网代码>文章内容

自定义滚动条颜色


来源: 作者: 发布时间:2007-05-24  

<!-大滚动条->
<style type=text/css>html{scrollbar-face-color:#A9C74E;scrollbar-highlight-color:#669900;scrollbar-shadow-color:#669900;scrollbar-3dlight-color:#A9C74E;scrollbar-track-color:#A9C74E;scrollbar-arrow-color:#669900;scrollbar-darkshadow-color:#A9C74E;}</style>

<!--日志滚动条-->
<style type=text/css><!--#userBlog .text{height:400px;scrollbar-face-color: #FF7F00;overflow-y:auto;} --></style>

<!--留言板滚动条-->
<style type=text/css><!--#userTalk{height:600px;scrollbar-face-color: #FF7F00;overflow-y:auto;} --></style>

 

以上代码中的颜色代码可以按自己的喜好去修改!