Press CTRL-D to Bookmark this Page  |  Contact Us
Views

Create Custom Scrollbars for Your Profile

Jump to: navigation, search

To create custom scrollbars for your profile, first go to “Edit Profile.” Then add the following code to any text box in that section:


*Note: Only works on IE and Opera.

<style type="text/css">
body {
scrollbar-arrow-color:ee1100;
scrollbar-face-color:ee1100;
scrollbar-highlight-color:ff8800;
scrollbar-3dlight-color:228800;
scrollbar-shadow-color:ffff11;
scrollbar-darkshadow-color:ff0000;
scrollbar-track-color:ffffff;
}
</style>


You can change the colors in the above code by substituting different color codes from the HTML Color Code chart. Hit “Save All Changes” and then view your profile. This is an example of what your profile will look like after adding this code:

Image:Custom_scrollbar.png Note: This does not work on Firefox, but does work on IE and Opera.