forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: JJ1973 on October 10, 2005, 12:03:00 am

Title: Scrollbars
Post by: JJ1973 on October 10, 2005, 12:03:00 am
Hi,

Does anyone know how to add custom colored scrollbars to the gallery??

JJ
Title: Re: Scrollbars
Post by: Joachim Müller on October 10, 2005, 08:21:24 am
There are many sites that explain scrollbar colors (which is an IE-only feature btw.) - google is your friend: http://www.google.com/search?q=scrollbar+color
Just add the css stuff to themes/yourtheme/style.css and you're fine.
Title: Re: Scrollbars
Post by: yeppe on July 14, 2006, 01:01:32 am
I try to edit the css file but it won't work. It looks like this:
Code: [Select]
body {
scrollbar-face-color:#046298;
scrollbar-shadow-color: #046298;
scrollbar-highlight-color: #046298;
scrollbar-3dlight-color: #A7DE93;
scrollbar-darkshadow-color: #A7DE93;
scrollbar-track-color: #046298;
scrollbar-arrow-color: #A7DE93;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        background : #046298;
        color : Black;
        margin: 0px;
}

Whats wrong?
Title: Re: Scrollbars
Post by: Joachim Müller on July 14, 2006, 07:57:36 am
This has been discussed many times over. Why don't you do as suggested and search (http://forum.coppermine-gallery.net/index.php?action=search2;search=scrollbar) before posting yet another instance of the same thing?
Title: Re: Scrollbars
Post by: yeppe on July 15, 2006, 11:27:52 am
It was when I was searching I found this post!
But if it's hard to help I shouldnt ask anything.
Title: Re: Scrollbars
Post by: Sami on July 16, 2006, 08:47:49 am
http://forum.coppermine-gallery.net/index.php?topic=33676.20
Title: Re: Scrollbars
Post by: yeppe on July 16, 2006, 10:25:42 am
Thank you bmossavari!
Now it works!