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
******************************************************

Reply via email to