Jump to content
xisto Community
Sign in to follow this  
Spazz

Scroll Bars Scroll bars

Recommended Posts

I would like to know the code for making your own kind of scroolbar. you know modifing its color and stuff like. :)

Share this post


Link to post
Share on other sites

If your using CSS:

body{

scrollbar-face-color: #color;

scrollbar-shadow-color: #color;

scrollbar-highlight-color: #color;

scrollbar-3dlight-color: #color;

scrollbar-darkshadow-color: #color;

scrollbar-track-color: #color;

scrollbar-arrow-color: #color;

}

 

If you just want to edit 1 page:

<style>scrollbar-face-color: #color; scrollbar-shadow-color: #color; scrollbar-highlight-color: #color; scrollbar-3dlight-color: #color; scrollbar-darkshadow-color: #color; scrollbar-track-color: #color; scrollbar-arrow-color: #color;</style>

 

experiment with the colors :)

Share this post


Link to post
Share on other sites

Yeah CSS works to change the scroll bar of an MSN page but it will not work with Mozilla or Firefox......However, if it enhances your page its prob is good thing to anyway b/c of the maount of people still using MSN.

Share this post


Link to post
Share on other sites

scrollbar colours are something IE made up, so they won't validate either. If you care about that sort of thing. I guess users with firefox will just see the normal ones, so its not that bad really.- Vacant.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.