|
Posted by kjs on 10/27/01 11:32
.. . . pretty nice trick -- especially on a dark background.
-- from Google Group Archives of ciwah:
Robert Norris
Oct 25 2000, 12:00 am show options
Newsgroups: alt.www.webmaster
From: "Robert Norris" <rob...@e-constructions.com.au> - Find
messages by this author
Date: 2000/10/25
Subject: Re: How to change Scrollbar color ?
Reply to Author | Forward | Print | Individual Message | Show
original | Report Abuse
Hi Cliff,
You can change the color of the scroll bar using cascading style
sheets.
Here is an example for you:
<STYLE TYPE="text/css">
BODY {
margin: 0 0 0 0;
padding: 0 0 0 0;
scrollbar-face-color: #666666;
scrollbar-highlight-color: #333333;
scrollbar-shadow-color: #222222;
scrollbar-3dlight-color: #888888;
scrollbar-arrow-color: #ff0000;
scrollbar-track-color: #222222;
scrollbar-darkshadow-color: #111111
}
</STYLE>
Place that in your <head></head> tags and fiddle around.
Hope this helps.
Good luck,
begin 666 dot_clear.gif
K1TE&.#EA`0`!`( ``/___P```"'Y! $`````+ `````!``$```("1 $`.P``
`
end
Navigation:
[Reply to this message]
|