Forum Home
Press F1
 
Thread ID: 20440 2002-06-05 07:11:00 New website - comments please Guest (0) Press F1
Post ID Timestamp Content User
52589 2002-06-05 09:59:00 Hi Brendon

I am not familar with dreamweaver as i do all my html from scratch using windows notepad.

In dreamweaver you should be able to view the code for your website.

Add the following code below the </body> tag and above the </html> tag.


<style>
BODY{
scrollbar-3dlight-color:#333333;
scrollbar-arrow-color:#000000;
scrollbar-base-color:#00CC33;
scrollbar-darkshadow-color:#666666;
scrollbar-face-color:#00CC33;
scrollbar-highlight-color:#333333;
scrollbar-shadow-color:#000000;
scrollbar-track-color:#000000;
}
</style>



just replace the colour codes with those of your own.

If that doesn't make sense to you or you can't get it to work then visit this site.

www.lissaexplains.com
Guest (0)
1 2