Nice scroll bar thingy

liunx

Guest
I am creating a web site with a cold theme to it. As such I was wondering whether it is possible to change the appearence of a scroll bar?<br />
<br />
I really want a text window where I can put some text and the user can scroll down with a nice looking scroll bar.<br />
<br />
<br />
Is this possible?<!--content-->try a search:<br />
<br />
<!-- m --><a class="postlink" href="http://www.htmlforums.com/search.php?s=&action=showresults&searchid=79115&sortby=&sortorder=">http://www.htmlforums.com/search.php?s= ... sortorder=</a><!-- m --><!--content-->you know you can do colors right?<br />
<br />
<br />
<style><br />
body {<br />
scrollbar-face-color:#333300; <br />
scrollbar-arrow-color:#cccccc;<br />
scrollbar-track-color:#333300; <br />
scrollbar-shadow-color:#333300;<br />
scrollbar-highlight-color:#333300; <br />
scrollbar-3dlight-color:#333300;<br />
scrollbar-darkshadow-Color:#333300; <br />
}<br />
</style><!--content-->But you must remember that colored scrollbars are IE only, meaning people on macs and people using browsers like mozilla can't see them.<!--content-->
 
Back
Top