View Full Version : Help with HTML and CSS?
~*_Christine_*~
12-03-2007, 04:01 AM
Hi, I am using a HTML document for my website, but I wanted to have custom CSS scroll bar. How do I do this? Thanks.
jjhavokk439
12-03-2007, 06:01 AM
Create the html page. Create the css file.
Add a to the html files head.
Here is the css for scrollbar
body
{scrollbar-face-color: #FF0000;
scrollbar-shadow-color: #0000FF;
scrollbar-highlight-color: #00FF00;
scrollbar-3dlight-color: #FF00FF;
scrollbar-darkshadow-color: #00FFFF;
scrollbar-track-color: #FFFF00;
scrollbar-arrow-color: #000000;}
www.webdevelopersnotes.com (http://www.webdevelopersnotes.com/tips/html/coloring_scrollbars_using_styles_css_properties.ph p3)
vBulletin® v3.6.8, Copyright ©2000-2012, Jelsoft Enterprises Ltd.