-
Hello,
I give up looking, how do I change the color of the scroll bar for my website? If you are unsure what I mean, go to www.techtv.com and look. They have a blue scroll bar. Any one know? What technology gives this power? Is it DHTML? Please help, code perfered.
-
Sorry for the php code tag, but it looks better in color ;).
PHP Code:
<style type="text/css"><!--
body { scrollbar-face-color: "0000b0"; scrollbar-shadow-color: #335997; scrollbar-highlight-color: #1711ff; scrollbar-3dlight-color: #335997; scrollbar-darkshadow-color: black; scrollbar-track-color: lightblue; scrollbar-arrow-color: #FFFFCE }
//--></style>
-
Is that an official property or a MS extension? Topstyle Lite only has them listed under IE 5.5.
Josh
-
that is true, colored scrollbars will only work under Internet Explorer 5.5.