Help - Search - Members - Calendar
Full Version: how to change the colors of the scrollbar?
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
yskulmate
i just wanna know the code for changing the color of the scrollbar and where to put it... please reply to me as soon as possible..
kellyannie
you can put it in your custom header or your web stats:

CODE
<!-- begin code provided by createblog.com -->
<style type="text/css">
body {
 scrollbar-arrow-color: #FFCDD2;
 scrollbar-track-color: #FFCDD2;
 scrollbar-shadow-color: #FFCDD2;
 scrollbar-face-color: #FFCDD2;
 scrollbar-highlight-color: #FFCDD2;
 scrollbar-darkshadow-color: #FFCDD2;
 scrollbar-3dlight-color: #FFCDD2;
 }
</style>
<!-- end code provided by createblog.com -->
yskulmate
thanks!!
kellyannie
your welcome happy.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.