What is the role of CSS styles in Accessibility? other than to keep presentation and content separate.
How and what we write in CSS file can affect accessibility of site?
What is the role of CSS styles in Accessibility? other than to keep presentation and content separate.
How and what we write in CSS file can affect accessibility of site?
Color blindness should be taken into consideration when making CSS styles.
Make high contrast websites rather than "soft" transitions.
Take a look at this article for a thorough explanation: http://www.alistapart.com/articles/contrast-is-king/
You must see: CSS for Accessibility :) and do help people with accessibility problems. It is our responsibility.