Forum Moderators: not2easy
1) can i change that white space to match the color of the frame
2) when the content is too big,and I do show a scrollbar, how to change the color of the scrollbar?
body
{
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #000000;
}
<html>
<head>
<title>My Page</title>
<style>
body
{
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #000000;
}
</style>
</head>
<body>
Hello World!
</body>
</html>
Hope this helps!
Sean Kelly,
[edited by: tedster at 11:47 pm (utc) on Feb. 5, 2004]
[edit reason] remove urls [/edit]
seankelly - one thing to be aware of is that Webmaster World has strict rules about not advertising personal sites. Please read the Terms of Service for more information:
[webmasterworld.com...]