如何合并滚动条箭头和其他元素 [英] How to formate scrollbar arrow and other elements

查看:84
本文介绍了如何合并滚动条箭头和其他元素的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

hi ..

我想更改滚动条箭头的颜色,我的div滚动条的滚动条基色提供soln.thanx.

hi..

I want color change color of scrollbar arrow,scrollbar base color of my div scrollbar provide soln.thanx.

推荐答案

将div样式属性设置为div标签


set the div style property to your div tag


scrollbar-base-color: white;scrollbar-arrow-color: black;scrollbar-shadow-color: white;scrollbar-lightshadow-color: white; scrollbar-darkshadow-color: white;scrollbar-highlight-color: white;scrollbar-3dlight-color: white;



我希望您能获得帮助



i hope you get help


您应该尝试- ms-scrollbar-arrow-color属性 [
You should try -ms-scrollbar-arrow-color property[^] to change the color of scrollbar.
Otherwise you can use this css:
html {
    scrollbar-base-color: #9999cc;
    scrollbar-arrow-color: white;
    scrollbar-track-color: #ccccff;
    
    scrollbar-shadow-color: black;
    scrollbar-lightshadow-color: black;
    scrollbar-darkshadow-color: gray;
    
    scrollbar-highlight-color: white;
    scrollbar-3dlight-color: black;
}




--Amit




--Amit


这篇关于如何合并滚动条箭头和其他元素的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆