|
Posted by Alan J. Flavell on 09/18/05 17:15
On Sun, 18 Sep 2005, Edwin van der Vaart wrote:
> Changed the background colour to #ff0. Still the validator complains about
> "you have no background-color with your color".
We need this in context, I think. Do you have a URL?
Your personal home page has, I see (copied from the CSS checker report):
#tekst a:link, #tekst a:visited {
* color : #f00;
* background : transparent;
}
which has provoked the warning:
Line : 108 (Level : 1) You have no background-color with your color :
#tekst a:visited
but you earlier have:
#tekst {
* float : left;
* background : #fffff0;
* width : 63%;
* margin-left : 1.5em;
}
which provoked:
Line : 61 (Level : 1) You have no color with your background-color :
#tekst
Seems to me the later warning could be a knock-on effect of the earlier
one.
Do you have a URL which demonstrates the effect you're complaining
about and *nothing* else?
Navigation:
[Reply to this message]
|