starlet024
02-08-2003, 04:16 PM
My scrollbar colour won't change :S
I put this into my <head> tag after the </title>, but nothing changes. Same grey scrollbars. Anyone know why it won't work?
<style type="text/css">
<!--
body
{ scrollbar-face-color : #FFFFFF;
scrollbar-highlight-color : #ff99ff;
scrollbar-3dlight-color : #ff99ff; scrollbar-shadow-color : #ff99ff;
scrollbar-darkshadow-color : #ff99ff; scrollbar-track-color : #FFFFFF;
scrollbar-arrow-color : #ff99ff }
-->
</style>
I put this into my <head> tag after the </title>, but nothing changes. Same grey scrollbars. Anyone know why it won't work?
<style type="text/css">
<!--
body
{ scrollbar-face-color : #FFFFFF;
scrollbar-highlight-color : #ff99ff;
scrollbar-3dlight-color : #ff99ff; scrollbar-shadow-color : #ff99ff;
scrollbar-darkshadow-color : #ff99ff; scrollbar-track-color : #FFFFFF;
scrollbar-arrow-color : #ff99ff }
-->
</style>