problem adding CSS to pages
Posted: Sun Jun 08, 2008 7:04 am
I'd like to change the scrollbar colour , so I add these things in between the <head> tags:
<style type="text/css">
body {
scrollbar-face-color:darkred;
scrollbar-highlight-color:darkgray;
scrollbar-3dlight-color:gray;
scrollbar-darkshadow-color:darkgray;
scrollbar-shadow-color:gray;
scrollbar-arrow-color:darkgray;
scrollbar-track-color:darkgray;
}
</style>
This code works well on pages made by me , but when I add it to a page made in Dreamweaver by some people, the colour of the scroll bar doesn't change .
What is the problem ??
Thank you
<style type="text/css">
body {
scrollbar-face-color:darkred;
scrollbar-highlight-color:darkgray;
scrollbar-3dlight-color:gray;
scrollbar-darkshadow-color:darkgray;
scrollbar-shadow-color:gray;
scrollbar-arrow-color:darkgray;
scrollbar-track-color:darkgray;
}
</style>
This code works well on pages made by me , but when I add it to a page made in Dreamweaver by some people, the colour of the scroll bar doesn't change .
What is the problem ??
Thank you