Color on page scroll

  • Thread starter Thread starter Ted
  • Start date Start date
T

Ted

Hi
Is it possible to change the page scroll color with FrontPage 2003?

Ted
 
Requires the use of CSS. Do a search in IE address bar for:

? CSS Color Scrollbars

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Ted,

If you place the code below into the <Head> area of your
HTML view, it will produce a black and white scroller.

<style type="text/css">
body {scrollbar-face-color: #000000;
scrollbar-shadow-color: #FFFFFF;
scrollbar-base-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #FFFFFF;}
</style>

You can change the colors to your liking.

Mike Smith,
http://FrontPageForms.com
Form Tutorials & Form Script Examples
 
Wally, becareful of that one - if you agree to accept the free javascript program you're also agreeing to have SaveNow installed on your machine - probably even if you say "NO" to the installation of SaveNow.


| Go to http://www.harmonyhollow.net and download their free scrollbar
| software. You can set the colors with an eyedropper. Then you just copy the
| code and paste it into your html in the head section.
|
| Wally S
|
| | > Hi
| > Is it possible to change the page scroll color with FrontPage 2003?
| >
| > Ted
| >
| >
|
|
 
Oh, so that's how it got there. I found it and removed it. So now I have the
free software with no SaveNow.

Thanks for the tip.

Wally S
..
Wally, becareful of that one - if you agree to accept the free javascript
program you're also agreeing to have SaveNow installed on your machine -
probably even if you say "NO" to the installation of SaveNow.


| Go to http://www.harmonyhollow.net and download their free scrollbar
| software. You can set the colors with an eyedropper. Then you just copy
the
| code and paste it into your html in the head section.
|
| Wally S
|
| | > Hi
| > Is it possible to change the page scroll color with FrontPage 2003?
| >
| > Ted
| >
| >
|
|
 
Thanks Wally
The free scrollbar software is perfect

I also got the "save now" installed. It was no problem to uninstall it but
after this I will delete the page from my favorites.
Ted
 
Neat software, isn't it? And you're not really cheating if you delete
SaveNow and use the software. I went on the SaveNow website, and they even
give you instructions on how to delete it. According to what they say, it
does not send out any of your information to anyone but just downloads
bargains for you to see. Who knows? Anyway, I never buy anything on the web
except software, so I would not use any of their bargains anyway.

Wally S
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top