Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I am coding a scrollbar using the style sheet. Thecode is just as followed,
<style type="text/css">
<!--
body { scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #CC0099 }
-->
</style>
I then continue doing the codes within <body>...</body>
Is there anything that I have done wrongly? Or are there any more additional stuffs that I must do? Please advise!
Rgds,
Janet
I am coding a scrollbar using the style sheet. Thecode is just as followed,
<style type="text/css">
<!--
body { scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #CC0099 }
-->
</style>
I then continue doing the codes within <body>...</body>
Is there anything that I have done wrongly? Or are there any more additional stuffs that I must do? Please advise!
Rgds,
Janet