the_furious1
Mar 1 2005, 02:48 PM
| | This tutorial will show you how to change the scroll bar colors:
1.Copy this code and paste it in the <head> tag in the sorce of your page
CODE <style> BODY { scrollbar-face-color: #000000; scrollbar-shadow-color: #000000; scrollbar-highlight-color: #000000; scrollbar-3dlight-color: #FF0000; scrollbar-darkshadow-color: #FF0000; scrollbar-track-color: #000000; scrollbar-arrow-color: #FFFFFF;} </style>
In order to change colors you need to change thise numbers: ex. #000000 is black #FF0000 is red
To look up 256 safe web colors click here |
Reply
Similar Topics
Keywords :
change, colors, scroll, bar
- Css Scroll Bar Styles
Change the color of your website scrollbar! (1)
Javascript Scroll Bar
A scroll bar for your webpage using javascript (13)
In this tutorial I will show you how to create two buttons in the bottom left of the screen that,
when hovered over, will scroll the page. Now to start with, we must create a our buttons, the first
line will create a div element, or block. Using blocks you can position items anywhere on a page.
We use the ID property just to let us know what the block is used for, as for the first block, its
obvious that it contains the vertical buttons and the second two blocks contains the horizontal
buttons. The style property of the div tag tells the browser how to draw it, in the....
Looking for change, colors, scroll, bar