Search this site!
CSBSupport Home
>
Sample Code
>
Rollovers
>
Text Rollover 1
|
Text Rollover 2
|
Image Rollover 1
|
No Underline 1
|
Menu links with rollover
|
Change Scroll Bar Color
Change Scroll Bar Color
Description:
Tired of the boring gray scroll bars? Try this one out for size, although it may have limited appeal, since currently it requires the IE 5.5 browser.
5/6/2001
How to use:
Simply cut and paste the code provided into a BYOWG. You may wish to change the color used when rolling over your links.
Example:
The scroll bar to the right should be green.
Just right for St. Patrick's Day, wouldn't you say?
Download the code
right click on link, then click on 'Save target (or frame) as'
barcolor1.txt
Other information:
This script, as posted in Dynamic Drive, is supposed to be installed within the <head>/</head> tags. However, I put my BYOWG in the middle of the body area of my page, and it seems to work just fine!
Source code:
<style>
<!--
BODY{
scrollbar-face-color:#75EA00;
scrollbar-arrow-color:brown;
scrollbar-track-color:#EEEEEE;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';
}
-->
</style>