Scrollbars Scrollbars
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Scrollbars

Started by JJ1973, October 10, 2005, 12:03:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JJ1973

Hi,

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

JJ

Joachim Müller

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.

yeppe

I try to edit the css file but it won't work. It looks like this:
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?

Joachim Müller

This has been discussed many times over. Why don't you do as suggested and search before posting yet another instance of the same thing?

yeppe

It was when I was searching I found this post!
But if it's hard to help I shouldnt ask anything.

Sami

‍I don't answer to PM with support question
Please post your issue to related board

yeppe

Thank you bmossavari!
Now it works!