[WSG] CSS for changeing colors

2005-05-17 Thread The Man With His Guide Dog At The Tent Store
I do not know if this is off topic. Can CSS be used to change background and 
foreground colors to create a more accessible web site.? If so, how? Or 
please direct me to a web site that discusses the topic.

Angus MacKinnon
MacKinnon Crest Saying
Latin -  Audentes Fortuna Juvat
English - Fortune Assists The Daring
Web page: http://members.shaw.ca/dabneyadfm
Choroideremia Research Foundation Inc. 2nd Vice president
Choroideremia Research Foundation Canada Inc. 1st Vice President
http://www.choroideremia.org



**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



Re: [WSG] CSS for changeing colors

2005-05-17 Thread Thierry Koblentz
The Man With His Guide Dog At The Tent Store wrote:
 I do not know if this is off topic. Can CSS be used to change
 background and foreground colors to create a more accessible web
 site.? If so, how? Or please direct me to a web site that discusses
 the topic.

Alternative styles article:
http://www.alistapart.com/articles/alternate/

FWIW, I use session variables to plug the correct styles sheet into my
documents.
It goes like this (ASP):

@import url(/css/generic.css);
@import url(/css/%= variable %.css);

That variable can target any files (for contrast, text-size, background
images...)

Thierry | http://www.TJKDesign.com

**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**