M
Michael Moyers
I have been trying to get "color scroll bars" to work in FrontPage 2002. I
have tried embedding the code and by using and external CSS file. A friend
of mine has "color scroll bars" working but he isn't using FrontPage, he
look at the code below and thought everything look correct. He even went as
far as putting his exact code in my files and it still didn't work.
Does any one know how to get "color scroll bars" to work in FrontPage 2002?
This is the current code I have in the "Head" section of the HTML code. I
used an absolute reference here just because nothing else worked, this isn't
working either.
<link rel="stylesheet" type="text/css"
href="http://www.atnj.com/scroll-bar.css">
</style>
This is what the CSS file looks like:
BODY {
background-color:black;
colorink;
scrollbar-highlight-color:red;
scrollbar-3dlight-color:red;
scrollbar-shadow-color:red;
scrollbar-darkshadow-color:red;
scrollbar-arrow-colorink;
scrollbar-face-color:black;
scrollbar-track-colorink;
}
---Mike
have tried embedding the code and by using and external CSS file. A friend
of mine has "color scroll bars" working but he isn't using FrontPage, he
look at the code below and thought everything look correct. He even went as
far as putting his exact code in my files and it still didn't work.
Does any one know how to get "color scroll bars" to work in FrontPage 2002?
This is the current code I have in the "Head" section of the HTML code. I
used an absolute reference here just because nothing else worked, this isn't
working either.
<link rel="stylesheet" type="text/css"
href="http://www.atnj.com/scroll-bar.css">
</style>
This is what the CSS file looks like:
BODY {
background-color:black;
colorink;
scrollbar-highlight-color:red;
scrollbar-3dlight-color:red;
scrollbar-shadow-color:red;
scrollbar-darkshadow-color:red;
scrollbar-arrow-colorink;
scrollbar-face-color:black;
scrollbar-track-colorink;
}
---Mike