CSS vertical scrollbars
CSS vertical scrollbars
Out of context: Reply #12
- Started
- Last post
- 14 Responses
- easy_target0
width:whatever px;
height:whatever px;
max-height:whatever px
max-width:whatever px
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffad00;
font-size: 9px;
overflow:auto;
/* this only works for IE*/ scrollbar-face-color: #ff6600; scrollbar-highlight-color:#99000... scrollbar-3dlight-color: #990000; scrollbar-darkshadow-color:#9900... scrollbar-shadow-color:#990000;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #990000;try that in your css