PC Review


Reply
Thread Tools Rate Thread

How do I change colours of the scroll bars

 
 
=?Utf-8?B?bWlrZS1h?=
Guest
Posts: n/a
 
      13th Feb 2007
I am using frontpage 2003 and would like to have a variety of colours for the
scroll bars on the various pages. Can someone tell me how to do this please.
 
Reply With Quote
 
 
 
 
SingaporeWebDesign
Guest
Posts: n/a
 
      13th Feb 2007
Hello,

The following site may help you to render the code.

http://msdn.microsoft.com/workshop/s...llbarColor.htm

After configuring as desired, copy the content from <style> to </style>
(inclusive) to your page.

Add the attribute CLASS="TA" to the body tag and you should be set.

--
Singapore Web Design
http://www.bootstrike.com/Webdesign/
Singapore Web Hosting
"mike-a" <(E-Mail Removed)> wrote in message
newsD780CDE-C1EF-4E1E-AE61-(E-Mail Removed)...
>I am using frontpage 2003 and would like to have a variety of colours for
>the
> scroll bars on the various pages. Can someone tell me how to do this
> please.



 
Reply With Quote
 
David Berry
Guest
Posts: n/a
 
      13th Feb 2007
You would do this with a CSS stylesheet. Ex:<style type="text/css">body {
scrollbar-arrow-color: #6C000E;
scrollbar-base-color: #1D50AC;
scrollbar-dark-shadow-color: #1D50AC;
scrollbar-track-color: #2559AF;
scrollbar-face-color: #FFCC66;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #D9D9D9;
scrollbar-3d-light-color: #FFCC66;
}<style>
You can enter the colors using Web-safe color values as represented by
regular color names (such as green, black, and red), hexadecimal values
(such as #008000, #000000, or #FF0000"), or RGB values.

For help in creating style sheets for your own custom scroll bar, you can go
to http://echoecho.com/tools.htm and use the Custom Scrollbar tool to create
the code that you need to put into your Web pages' <HEAD> section.



"mike-a" <(E-Mail Removed)> wrote in message
newsD780CDE-C1EF-4E1E-AE61-(E-Mail Removed)...
>I am using frontpage 2003 and would like to have a variety of colours for
>the
> scroll bars on the various pages. Can someone tell me how to do this
> please.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you change colour of scroll bars, etc? =?Utf-8?B?RGF2aWQgQW5kZXJzb24=?= Microsoft Access Forms 8 14th Jul 2007 05:47 PM
Using a div with scroll bars - can we get the scroll bars on the left instead of the right side? UJ Microsoft ASP .NET 1 1st Nov 2006 09:32 PM
How do I change the colours of window title bars? =?Utf-8?B?aW1hY2tlbg==?= Windows Vista General Discussion 9 24th Jul 2006 12:47 PM
Re: Using Excel to change colours of bars in PPT charts Jon Peltier Microsoft Excel Programming 3 16th Jul 2003 06:05 PM
Re: Using Excel to change colours of bars in PPT charts Jon Peltier Microsoft Powerpoint 3 16th Jul 2003 06:05 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:24 AM.