Cascading Style Sheets FAQAnswers to frequently asked questions about Cascading Style Sheets.How do I set the background colour in CSS- (Found July 8, 2008 ) A: When you set the background colour of a Web page using CSS you should also set the text colour, to ensure that there is a legible contrast between them. This is because some people configure their browsers to display Web pages with their own style sheet, which may have its own text colour setting. If you set the background colour without the text colour, your background may be the same as the reader's foreground text colour.http://www.codestyle.org/css/FAQ.shtml#backgroundcolour |