View Full Version : scrollbar collor
felipegm
September 16th, 2003, 08:32 AM
Hi
How do I change the collor of the scrollbar in HTML?
Digitalosophy
September 16th, 2003, 10:34 PM
<style type="text/css">
<!--
BODY {
scrollbar-arrow-color:#FFFFFF;
scrollbar-base-color:#3C0B11;
scrollbar-shadow-color:#F3F3F3;
scrollbar-face-color:#5C1619;
scrollbar-highlight-color:#F3F3F3;
scrollbar-dark-shadow-color:#FFFFFF;
scrollbar-3d-light-color:#3C0B11;
}
//-->
</style>
DDD
September 17th, 2003, 12:55 AM
dang I just answered this same question in D & D
Digitalosophy
September 19th, 2003, 12:41 AM
Originally posted by 3d-iva
dang I just answered this same question in D & D
lol i answered this question about 5 times in three days, no joke :geek:
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.