changing the color of your scrollbars
originally contributed by: kami neko
note: this will only work on Internet Explorer
In order to change the colors that your scroll bar is displayed in, you need to use the code below. Customize to your liking:
| <STYLE type="text/css">
<!--
BODY {
scrollbar-face-color: color_code;
scrollbar-highlight-color: color_code;
scrollbar-3dlight-color: color_code;
scrollbar-darkshadow-color: color_code;
scrollbar-shadow-color: color_code;
scrollbar-arrow-color: color_code;
scrollbar-track-color: color_code;
}
-->
</STYLE> |  |
9:12 PM
(User has disabled new comments)
Powered by  |
| English |
| Albanian |
| Arabic |
| Bulgarian |
| Catalan |
| Chinese |
| Croatian |
| Czech |
| Danish |
| Dutch |
| Estonian |
| Filipino |
| Finnish |
| French |
| Galician |
| German |
| Greek |
| Hebrew |
| Hindi |
| Hungarian |
| Indonesian |
| Italian |
| Japanese |
| Korean |
| Latvian |
| Lithuanian |
| Maltese |
| Norwegian |
| Polish |
| Portuguese |
| Romanian |
| Russian |
| Serbian |
| Slovak |
| Slovenian |
| Spanish |
| Swedish |
| Thai |
| Turkish |
| Ukrainian |
| Vietnamese |