Zikula: A Flexible Open Source Content Management System
home | forum | contact us

Dizkus

Bottom
Any body know how to change the scroll bar color?
  • Posted: 25.04.2003, 05:17
     
    Terron
    rank:
    Registered User Registered User
    registered:
     April 2003
    Status:
    offline
    last visit:
    25.04.03
    Posts:
    1
    A friend of mine recently had my change the color scheme of his site (was blue and we changed it tan) everything was changed except the scroll bar to the far right
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->

    he said he couldn't find any files for it.....so is there instead code you have to change to get the new color?

    Thanks for any help you can give. :D
  • Posted: 25.04.2003, 07:02
     
    byzantine
    rank:
    Helper Helper
    registered:
     July 2002
    Status:
    offline
    last visit:
    14.04.04
    Posts:
    128
    Typically the scrollbar color is defined in the CSS files (style.css/styleNN.css), which are contained in the styles subdirectory of your theme folder.
  • Posted: 25.04.2003, 21:40
     
    randomblink
    rank:
    Helper Helper
    registered:
     February 2003
    Status:
    offline
    last visit:
    06.03.08
    Posts:
    233
    You need to check your CSS files under your theme folder...
    You should have the following set...

    body
    {
    scrollbar-arrow-color:#000000; /* Black */
    scrollbar-face-color:#FFFFFF; /* White */
    scrollbar-shadow-color:#C0C0C0; /* Silver */
    scrollbar-highlight-color:#708090; /* Slate-Grey */
    scrollbar-track-color:#4682B4; /* Steel Blue */
    }

    If your body already has settings, just add the above ones in.

    Hope that helps... I love the CSS!
  • Posted: 26.04.2003, 01:09
     
    msandersen
    rank:
    Professional Professional
    registered:
     August 2002
    Status:
    offline
    last visit:
    25.11.05
    Posts:
    994
    There's a good tutorial here with examples:

    http://www.themecentral.com/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=4


    Martin

Extensions Moderation

Main Menu

Extensions Database

Documentation

Development

Login

Donate to Zikula