Sky wrote:
Quote:
I'm designing a website that has various background colors, some parts are
blue some are white.
How do I create a style sheet that will reflect White text links in the blue
background and gray text links in the white background? |
Q: How can I suggest a different link appearance in various sections of
my page ?
A: The most direct approach is to define separate classes for your link
types and then use those classes directly in your <a href=... markup.
See <http://css.nu/faq/ciwas-aFAQ.html#QA08>.
Matthias