Be a Supporter!

Scrollbar

  • 628 Views
  • 2 Replies
New Topic Respond to this Topic
Leru
Leru
  • Member since: Jul. 18, 2002
  • Offline.
Forum Stats
Member
Level 03
Blank Slate
Scrollbar 2002-07-18 23:20:19 Reply

I've seen on many website where the scrollbar on the left side of IE or Netscape has a different colour. How do I make my scroll a diff colour?

Pecos
Pecos
  • Member since: Dec. 29, 1999
  • Offline.
Forum Stats
Member
Level 03
Blank Slate
Response to Scrollbar 2002-07-19 08:26:40 Reply

At 7/18/02 11:20 PM, Leru wrote: I've seen on many website where the scrollbar on the left side of IE or Netscape has a different colour. How do I make my scroll a diff colour?

It's all in the style tag. For example for this page it's:

scrollbar-face-color: #666666; scrollbar-shadow-color: #333333;
scrollbar-highlight-color: #333333; scrollbar-3dlight-color: #333333;
scrollbar-darkshadow-color: #333333; scrollbar-track-color: #333333;
scrollbar-arrow-color: #FFEB00

jjb2004
jjb2004
  • Member since: Jun. 2, 2001
  • Offline.
Forum Stats
Member
Level 15
Blank Slate
Response to Scrollbar 2002-07-21 03:47:26 Reply

you need to put what he said in
<style text="text/css">
<!--
body
{
here
}
-->
</style>