| Author |
Modifying the scroll bar color and size
|
|
| Road Runner 2004-02-29, 12:28 am |
| I have Front page 2003 and I would like to know how I can change the color or size of the scroll bars. I have noticed this on alot of other websites.
Thanks :)
| |
| E. T. Culling 2004-02-29, 12:28 am |
| Do a search in Google. colored scroll bars ... or something like that.
You'll need to import some code.
ETC
Road Runner wrote:
> I have Front page 2003 and I would like to know how I can change the
> color or size of the scroll bars. I have noticed this on alot of
> other websites.
>
> Thanks :)
| |
| Stefan B Rusynko 2004-02-29, 7:28 am |
| See http://www.echoecho.com/toolcustomscroll.htm
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________
"Road Runner" <anonymous@discussions.microsoft.com> wrote in message news:D74E3004-01DB-4310-B171-CF7FFDCDFE7A@microsoft.com...
| I have Front page 2003 and I would like to know how I can change the color or size of the scroll bars. I have noticed this on alot
of other websites.
|
| Thanks :)
| |
|
| Hi,
Stefan's link should get you the code but it suggests applying the styles to
body,
body{
scrollbar-arrow-color:yellow;
etc
Instead you should apply the code to html eg
html{
scrollbar-arrow-color:yellow;
etc
Reason is if you put a doctype in IE the scrollbars won't show when they're
defined in body but theyll work if defined in html
Jon
Microsoft MVP - FP
Road Runner wrote:
> I have Front page 2003 and I would like to know how I can change the
> color or size of the scroll bars. I have noticed this on alot of
> other websites.
>
> Thanks :)
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |