Help - Search - Members - Calendar
Full Version: how do i change my scroll bar
Forums > Resource Center > Graphics Help > Graphics Help Resolved Topics
MiZzxTeAzE
huh.gif you know the thing on the side the scroll bar i was wondering if anyone had the code to change the color and everything..thanks pinch.gif
mystical
Its CSS Code
CODE
<!-- begin code provided by createblog.com -->

<style type="text/css">
body {
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-shadow-color: #000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
}
</style>

<!-- end code provided by createblog.com -->


Just change the #FFFFFF and #000000 to your liking
MiZzxTeAzE
_smile.gif awww thanks for helping me out i really appreciate it!!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.