Advanced search  

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

Pages: [1]   Go Down

Author Topic: How do I change the scrollbar color? where 2 put the css?  (Read 5491 times)

0 Members and 1 Guest are viewing this topic.

starrunner

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
How do I change the scrollbar color? where 2 put the css?
« on: January 01, 2006, 12:32:06 pm »

Pls.. help  , when I put the scrollbar code inside the css file.. nothing happened
« Last Edit: January 03, 2006, 03:09:32 pm by GauGau »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: How do I change the scrollbar color? where 2 put the css?
« Reply #1 on: January 01, 2006, 02:43:11 pm »

post your code changes and maybe a link to your page, we're not mindreaders.
Logged

starrunner

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: How do I change the scrollbar color? where 2 put the css?
« Reply #2 on: January 01, 2006, 03:03:14 pm »

here's what I did..  I inserted the code for the scrollbar inside the css file
Code: [Select]
/* if you don't like a color, just do a search */
/* and replace on the hex color...             */

body {
        background: url("images/");
        background-color: #FDE8C8;
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-size : 10px;
        color: #FFA975;
        margin: 0px;
        scrollbar-3dlight-color: #FDE8C8; scrollbar-arrow-color:#FDE8C8;
    scrollbar-base-color: #FDE8C8; scrollbar-darkshadow-color: #FDE8C8;
    scrollbar-face-color: #FDE8C8; scrollbar-highlight-color: #FDE8C8;
    scrollbar-shadow-color: #FFFFFF; scrollbar-track-color:#FDE8C8;
   
}

table {
        font-size : 10px;
but nothing happened..  http://www.w-hub.com/photo
« Last Edit: January 01, 2006, 03:12:13 pm by starrunner »
Logged

Bacchus

  • Contributor
  • Coppermine regular visitor
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 70
  • Sith Marauder
    • Solitude
Re: How do I change the scrollbar color? where 2 put the css?
« Reply #3 on: January 02, 2006, 07:07:54 pm »

Try this in your CSS:

Code: [Select]
html, body {
margin: 0px;
scrollbar-3dlight-color: #F6F6EF;
scrollbar-arrow-color:#DCD3A2;
scrollbar-base-color: #FFF7E2;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-face-color: #FFF7E2;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-track-color:#E3E3E3;
}

body {}

Sometime I get this problem and this is what I do.
Logged

kateheaven

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Female
  • Posts: 78
    • Kate Hudson Heaven
Re: How do I change the scrollbar color? where 2 put the css?
« Reply #4 on: January 02, 2006, 08:27:04 pm »

Try this in your CSS:

Code: [Select]
html, body {
margin: 0px;
scrollbar-3dlight-color: #F6F6EF;
scrollbar-arrow-color:#DCD3A2;
scrollbar-base-color: #FFF7E2;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-face-color: #FFF7E2;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-track-color:#E3E3E3;
}

body {}

Sometime I get this problem and this is what I do.


thanks Bacchus, that answered my question in another post.
Logged

starrunner

  • Coppermine newbie
  • Offline Offline
  • Posts: 7
Re: How do I change the scrollbar color? where 2 put the css?
« Reply #5 on: January 03, 2006, 02:27:42 pm »

Try this in your CSS:

Code: [Select]
html, body {
margin: 0px;
scrollbar-3dlight-color: #F6F6EF;
scrollbar-arrow-color:#DCD3A2;
scrollbar-base-color: #FFF7E2;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-face-color: #FFF7E2;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-track-color:#E3E3E3;
}

body {}

Sometime I get this problem and this is what I do.
oh it's working now!! :D Thanks so much
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 19 queries.