body { SCROLLBAR-FACE-COLOR: #ccffcc; SCROLLBAR-TRACK-COLOR: #AAAA66;
SCROLLBAR-ARROW-COLOR: #ffff00;
}
(I know it won't validate.)
I have a good monitor, well adjusted, and often find it slightly difficult to find
the gray-on-gray scroller. (Also, I like to match the colors to the page design.)
masonc
And only works in one specific browser.
It doesn't do anything at all.
> I have a good monitor, well adjusted, and often find it slightly difficult to find
> the gray-on-gray scroller. (Also, I like to match the colors to the page design.)
--
Chris F.A. Johnson <http://cfajohnson.com>
===================================================================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress)
and Opera
Not a reason to not use it for benefit of MSIE and Opera users
masonc
>
> "rf" <r...@z.invalid> wrote:
>>Mason C wrote:
>>> What objection, if any, is there to doing this?
>>>
>>> body { SCROLLBAR-FACE-COLOR: #ccffcc; SCROLLBAR-TRACK-COLOR: #AAAA66;
>>> SCROLLBAR-ARROW-COLOR: #ffff00;
>>> }
>>>
>>> (I know it won't validate.)
>>
>> And only works in one specific browser.
>
> and Opera
>
> Not a reason to not use it for benefit of MSIE and Opera users
Does nothing at all in my:
Opera/9.64 (X11; Linux i686; U; en) Presto/2.1.1
--
-bts
-Four wheels carry the body; two wheels move the soul
Beauregard,
I have Opera/9.80 (X11; Linux i686; U; fr-CA) Presto/2.2.15 Version/
10.10
and you may have to set
Tools/Preferences ... Ctrl+F12/Advanced tab/Content category/Style
options... button/View tab/Style scrollbars
To Mason:
Styling scrollbars does nothing, achieves nothing worth to promote
your books and can be prevented, neutralized in Opera and in Internet
Explorer. Objectively speaking, it is in your best interests to work
on your webpage, webpage content, webpage layout and to leave alone
the chrome aspect of your users' browsers.
season's greetings to both of you,
Gérard
> "Beauregard T. Shagnasty" wrote:
>> Does nothing at all in my:
>> Opera/9.64 (X11; Linux i686; U; en) Presto/2.1.1
>
> Beauregard,
>
> I have Opera/9.80 (X11; Linux i686; U; fr-CA) Presto/2.2.15 Version/
> 10.10
>
> and you may have to set
>
> Tools/Preferences ... Ctrl+F12/Advanced tab/Content category/Style
> options... button/View tab/Style scrollbars
But Gerard, that would mean I would *want* to have some extremely small
number of web sites present me with non-standard, confusing, unwanted
controls! :-)
> To Mason:
>
> Styling scrollbars does nothing, achieves nothing worth to promote
> your books and can be prevented, neutralized in Opera and in Internet
> Explorer. Objectively speaking, it is in your best interests to work
> on your webpage, webpage content, webpage layout and to leave alone
> the chrome aspect of your users' browsers.
I will certainly second that motion.
> season's greetings to both of you,
And from me as well.
> What objection, if any, is there to doing this?
>
> body { SCROLLBAR-FACE-COLOR: #ccffcc; SCROLLBAR-TRACK-COLOR: #AAAA66;
> SCROLLBAR-ARROW-COLOR: #ffff00;
> }
>
> (I know it won't validate.)
That's one objection, right there.
> I have a good monitor, well adjusted, and often find it slightly
> difficult to find the gray-on-gray scroller.
A valid complaint, but adding a stylesheet rule would only fix things
for pages that use the stylesheet. Even if you specified it as !important
in a user stylesheet, that would still only fix the problem when you're
browsing the web.
IMHO, it makes far more sense to use the computer's preference panel
to choose a better color scheme, which would fix the problem in every
app you use.
sherm--
> What objection, if any, is there to doing this?
>
> body { SCROLLBAR-FACE-COLOR: #ccffcc; SCROLLBAR-TRACK-COLOR: #AAAA66;
> SCROLLBAR-ARROW-COLOR: #ffff00;
> }
>
> (I know it won't validate.)
>
Do you? There may be something you can do about this, there are
techniques to deliver CSS to some browsers like IE which may be all you
want.
> I have a good monitor, well adjusted, and often find it slightly difficult to
> find
> the gray-on-gray scroller. (Also, I like to match the colors to the page
> design.)
But why complicate your public output for private preferences, make your
own user stylesheet or adjust your preferences/options...
--
dorayme
It will if you put it in a CSS file which is loaded using IE conditional
comments.
This is a contentious issue, but there is one situation in which IMO
there can be a stronger argument for using this "CSS": not for the page
itself, but for internal scrollbars; e.g., if you have a scrollable DIV,
the scroll bars for that DIV.