Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Css based scrollbars

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #31717
    magic_ghost
    Member

    Hi all. I am new to this forum, however not very new to css.
    The unfortunate problem i have, is that I cannot get the vertical scrollbar to change colors. I have viewed a few other sites with html scrollbars and their colors and attributes were recognized on the browser. I am not talking about the default browser scrollbar, instead one i put in for a news feed. here is the coding I have provided.


    #scrolling-news{padding:0 15px 0 5px; overflow:auto; height:158px; width:204px;}
    .scrollgeneric{line-height:1px;font-size:1px;position:absolute;top:0;left:0;}
    .vscrollerbase{width:5px;background-color:black;
    -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
    .vscrollerbar{width:5px;background-color: #9FB7E1;cursor:pointer;
    -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
    .hscrollerbase{height:10px;background-color:white;}
    .hscrollerbar{height:10px;background-color:black;}
    .scrollerjogbox{width:5px;height:10px;top:auto;left:auto;bottom:0px;right:0;background-color:#ddd;}
Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.