mouseovers and scrollbars

limit436

Joined: 2002-11-05
Posts: 2
Posted: Tue, 2002-11-05 22:17

my mouseovers turn out orange! how do i change it and how can i edit the scrollbars? are there editors or is there a way i can manually edit the CSS?

 
beckett
beckett's picture

Joined: 2002-08-16
Posts: 3474
Posted: Tue, 2002-11-05 22:38

For mouseovers, edit the CSS file in css/standalone_style.css.default (copy the file and remove the ".default" first). You want to change the "a:hover" colour.

Scrollbars? You cannot control your scrollbar appearance via a web page. That's client OS/browser dependent.

-Beckett (beck@beckettmw.com)

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Tue, 2002-11-05 23:28
Quote:
For mouseovers, edit the CSS file in css/standalone_style.css.default (copy the file and remove the ".default" first). You want to change the "a:hover" colour.

Scrollbars? You cannot control your scrollbar appearance via a web page. That's client OS/browser dependent.

-Beckett (beck@beckettmw.com)

*err* :grin:

You can edit your scrollbars colors via css, like this:

body {scrollbar-3dlight-color:#FFD700;
scrollbar-arrow-color:#FFFF00;
scrollbar-base-color:#FF6347;
scrollbar-darkshadow-color:#FFA500;
scrollbar-face-color:#008080;
scrollbar-highlight-color:#FF69B4;
scrollbar-shadow-color:#FF00FF }

I think this is an IE5.5+ feature though, and I guess you could stick this in your b]css/standalone_style.css[/b] file. I haven't tested it though, but it should (in theory at least. :smile: )
:roll:

 
beckett
beckett's picture

Joined: 2002-08-16
Posts: 3474
Posted: Tue, 2002-11-05 23:59

... (wiping egg from face) ...
Always good to learn something new! :smile: I'll have to try this out.
Thanks!

 
limit436

Joined: 2002-11-05
Posts: 2
Posted: Wed, 2002-11-06 00:12

cool, thanks guys. i heard that your css files will be overridden when you modify your gallery. is this true? if so, is there a way around it?

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Wed, 2002-11-06 00:52

If i'm not mistaken, only the .default files gets overwritten. So if you do as is recommended, and strip the .default from the filename, you should be safe.

To be extra "paranoid" :smile:

h0bbel

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Wed, 2002-11-06 00:55
Quote:
... (wiping egg from face) ...
Always good to learn something new! :smile: I'll have to try this out.
Thanks!

hehe, it's nice for me to put egg on someones face. :cool: I usually end up with the short end of the stick, since most peoply active here is by far more knowledgeable than me. :cool: :cool:

h0bbel (with evil grin...) :razz: