Yes, you get a warning.. but on that one I'm rarely concerned about it. If my background color on the body or wrapper is dark enough to still see my text, I don't bother with it. The warning is one that has been much debated too.
I was, however, being very brief.. and pointing out just the relevant code
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Thanks that does the job well, however if i want to make a:link a:active etc. then i have to do that for each div? Isn't there a way i can set them all like:
#menu a:link a:active a:hover
{
link color: blabla;
active color: yellow;
hover color: green;
}
Ofcourse that doesn't work but you get the point (i hope heh).