Forums
This topic is locked
scroll bars - help please?
Posted 26 Sep 2006 11:16:50
1
has voted
26 Sep 2006 11:16:50 melinda Frandsen posted:
A long while back i remember seeing something on this site that would allow me to change the ugly default scrollbars and make them look any way i wanted. Does anyone know where i could find that again?I believe the example had a little teacup or something like that for part of the scroll bar.
All I really want to do is have scroll bars on my site that appear as a thin grey line with small triangular arrows at the top and bottom.
Any help would be appreciated.
Melinda
Replies
Replied 27 Sep 2006 13:55:39
27 Sep 2006 13:55:39 Vince Baker replied:
u can do this using css (cascading style sheets)
did a quick search on google and here is some sample code:
add this between the head tags
<style type="text/css">
body {scrollbar-3dlight-color:#ffd700;
scrollbar-arrow-color:#ff0;
scrollbar-base-color:#ff6347;
scrollbar-darkshadow-color:#ffa500;
scrollbar-face-color:#008080;
scrollbar-highlight-color:#ff69b4;
scrollbar-shadow-color:#f0f}
</style>
do a search on css scrollbars example and you can find more
Regards
Vince Baker
<strong>DMX Zone Manager</strong>
[VBScript | ASP | HTML | CSS | SQL | Oracle | AS400 | ERP Logic | Hosting]
did a quick search on google and here is some sample code:
add this between the head tags
<style type="text/css">
body {scrollbar-3dlight-color:#ffd700;
scrollbar-arrow-color:#ff0;
scrollbar-base-color:#ff6347;
scrollbar-darkshadow-color:#ffa500;
scrollbar-face-color:#008080;
scrollbar-highlight-color:#ff69b4;
scrollbar-shadow-color:#f0f}
</style>
do a search on css scrollbars example and you can find more
Regards
Vince Baker
<strong>DMX Zone Manager</strong>
[VBScript | ASP | HTML | CSS | SQL | Oracle | AS400 | ERP Logic | Hosting]
Replied 28 Sep 2006 02:32:03
28 Sep 2006 02:32:03 melinda Frandsen replied:
Thank you so much Vince! That looks so much better than the default!... well not the purple, pink, orange & yellow.. but once i plugged in greys and blacks it looks great!
Melinda
Melinda