Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Changing the scroll bar colours in IE5.5

0 views
Skip to first unread message

Dave

unread,
Sep 29, 2000, 3:00:00 AM9/29/00
to

Hi All,

I have been playing with the new css properties for changing scroll bar
colours and have managed to get it working on a <TEXTAREA> element, but I
cannot get it working on an <IFRAME> that has a scrollbar :(

The css class I am using is ;

.scroller {
scrollbar-3d-light-color:white;
scrollbar-arrow-color:black;
scrollbar-base-color:white;
scrollbar-dark-shadow-color:white;
scrollbar-face-color:white;
scrollbar-highlight-color:white;
scrollbar-shadow-color:white;
}

Anyone help?
Thanks

Dave

Troyka

unread,
Sep 30, 2000, 3:00:00 AM9/30/00
to
Troyka makes every one a cup of earl gray tea while he reads what
"Dave" <da...@linkg.co.uk> Has to say

i am trying it out on the ADO page, go see its an linked style sheet
Adult Dyslexia Organisation
http://www.futurenet.co.uk/charity/ado/

------------------------------------
Ian Hurst
Tro...@bigfoot.com

Adult Dyslexia Organisation
http://www.futurenet.co.uk/charity/ado/

Youth Work Resources
http://www.youthworker.org.uk

O o
_\_ o
\\/ o\ .
//\___=
''
------------------------------------

Charles Oppermann

unread,
Oct 2, 2000, 3:00:00 AM10/2/00
to

> i am trying it out on the ADO page, go see its an linked style sheet
> Adult Dyslexia Organisation
> http://www.futurenet.co.uk/charity/ado/

Speaking as someone with Dyslexia, the last thing you want to do is override
the users preferred colors with the one chosen by a web designer.

For more information on making pages accessible to people with visual and
print disabilities, go to:

http://microsoft.com/enable/
http://w3.org/WAI
--
Charles Oppermann
Copper Software
http://www.coppersoftware.com/


Alban Fonrouge

unread,
Oct 2, 2000, 3:00:00 AM10/2/00
to

> I have been playing with the new css properties for changing scroll bar
> colours and have managed to get it working on a <TEXTAREA> element, but I
> cannot get it working on an <IFRAME> that has a scrollbar :(

I don't know how you could do it for IFRAME.
But you must be aware of some errors in the following css attributes :
> scrollbar-3d-light-color:white;
it's scrollbar-3dlight-color

> scrollbar-dark-shadow-color:white;
it's scrollbar-darkshadow-color

> scrollbar-shadow-color:white;

You also have scrollbar-track-color

--
Alban

Dave

unread,
Oct 3, 2000, 3:00:00 AM10/3/00
to
those properties were cut and paste straight out of a Microsoft example :)
didnt even think to check they were the correct names! :) Still i suppose we
all make mistakes, only natural that MS do as well...

I have also solved my problem now, i was applying the scrollbar styles to
the IFRAME element when I should have been applying them to the BODY of the
document that was being loaded in...

Everything looks fine now
Thanks to everyone who helped

Dave

"Alban Fonrouge" <fonr...@idm.fr> wrote in message
news:uW7U3GK...@cppssbbsa02.microsoft.com...

Troyka

unread,
Oct 3, 2000, 3:00:00 AM10/3/00
to
Troyka makes every one a cup of earl gray tea while he reads what
"Charles Oppermann" <chu...@ask.me> Has to say

>
>> i am trying it out on the ADO page, go see its an linked style sheet
>> Adult Dyslexia Organisation
>> http://www.futurenet.co.uk/charity/ado/
>
>Speaking as someone with Dyslexia, the last thing you want to do is override
>the users preferred colors with the one chosen by a web designer.
>
>For more information on making pages accessible to people with visual and
>print disabilities, go to:
>
>http://microsoft.com/enable/
>http://w3.org/WAI

thank you for the comment, but as the client said, research has shown
that the chosen colour, is one of the best for dyslexics.
but i am trying to make a colour changer that will work on frames and
follow the whole site.

ps, im dyslexic too


Charles Oppermann

unread,
Oct 3, 2000, 3:00:00 AM10/3/00
to
> >Speaking as someone with Dyslexia, the last thing you want to do is
override
> >the users preferred colors with the one chosen by a web designer.
>
> thank you for the comment, but as the client said, research has shown
> that the chosen colour, is one of the best for dyslexics.
> but i am trying to make a colour changer that will work on frames and
> follow the whole site.
> ps, im dyslexic too

Of course, the client is always right <grin>, but I respectfully submit that
your client is incorrect in his/her assertion that any particular color
combination is best for most dyslexics. Out of curiosity, can you get a
pointer to this research? No two dyslexics are the same, which is true of
all visual impairments. Some need magnification, others need contrast
enhancement. Whereas some prefer yellow text on a black background, others
find that impossible to read.

It's important to remember that the user has already made their choices for
color and uses those colors every day. Why should your web page override
the users preference?

Of course, what would be optimal would be an option to turn on or off the
colors specified in the page. This is easily done using CSS.

Unfortunately, this is the wrong forum for this discussion and I apologies
to my fellow MSDN subscribers. Please feel free to e-mail me to continue.
You can find my contact info at http://www.coppersoftware.com/.

0 new messages