Re: CSS validator bug

Hello,

I don't get the same error as you, but I got a different one.
Look here:

h1, h2 {
       color: 890000;
       background: #fff url(afb_jaar/licht.gif);
}

the color code misses a sharp symbol (#) it should like this:

h1, h2 {
       color: #890000;
       background: #fff url(afb_jaar/licht.gif);
}

Karim
--
http://xhtml-css.com
Be Valid or die learning


On Feb 1, 2008 5:58 PM, luc v. Montfort <lucvmontfort@hotmail.com> wrote:
>
> Hello,
>
>  I encountered this error: Lexical error at line 1, column 4. Encountered:
> "" (0), after : "" in the enclosed CSS document. I tried absolutely
> everything to fix it, I removed every single paragraph one by one, but the
> exact same error came over and over.
>  Because of my failed efforts I have reason to believe it is a CSS validator
> bug.
>
>
>  sincerely,
>
>  luc
>
> ________________________________
> In 2 tellen je eigen webpagina voor al je foto's! Makkelijk en gratis met
> Windows Live Spaces

Received on Saturday, 2 February 2008 13:24:30 UTC