Click to See Complete Forum and Search --> : Front Page scrollbar colors


mcdude
02-14-2003, 05:39 PM
Anyone know where to alter the colors of a webs scollbars in Front Page?

Zach Elfers
02-14-2003, 07:36 PM
I am not sure. You can just do it through the source code. Hit the bottom tab, HTML Code. In between the <head> and </head> tags, type:

<style type="text/css">
<!--

body {
scrollbar-track-color:color;
scrollbar-base-color:color;
scrollbar-arrow-color:color;
scrollbar-darkshadow-color:color;
scrollbar-shadow-color:color;
scrollbar-highlight-color:color;
scrollbar-3dlight-color:color;
}

-->
</style>