|
-
Jan 4th, 2005, 03:12 PM
#1
Thread Starter
Member
Scroll Bars in HTML
HTML: How do I change the type of scroll bars?
View the Msquared Technologies Web site.
Every rule has an exception - including that one.
How can a house burn up if its burning down
Learn HTML in 1 day!
-
Jan 4th, 2005, 04:23 PM
#2
Member
Re: Scroll Bars in HTML
You can change the color etc. by using stylesheets. For example:
Code:
body
{
scrollbar-arrow-color:ffffff;
scrollbar-base-color:#d71941;
scrollbar-dark-shadow-color:#d71941;
scrollbar-track-color:#cdcad4;
scrollbar-face-color:#d71941;
scrollbar-shadow-color:#d71941;
scrollbar-hightlight-color:#d71941;
scrollbar-3d-light-color:#d71941;
}
-
Jan 4th, 2005, 04:59 PM
#3
Thread Starter
Member
Re: Scroll Bars in HTML
Doesnt work, yet im not getting any errors!
Help please
EDIT: Works great I forgot something! Thanx
Last edited by MendyGreen; Jan 4th, 2005 at 07:06 PM.
View the Msquared Technologies Web site.
Every rule has an exception - including that one.
How can a house burn up if its burning down
Learn HTML in 1 day!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|