Re: Bug

On Fri, 2005-09-23 at 21:34 -0300, Luiz Angelo Daros de Luca wrote:
> 	It warns
> 
> Line : 250 (Level : 1) You have no color with your background-color : 
> #ivgrafico
> <div id="divGrafico" style="height: 388px; width: 988px; z-index: 100; 
> overflow: auto; background-color: black;">

That refers to the color property, not the color keywords.

i.e.  { background-color: black; } would trigger the warning
      { background-color: black; color: white; } would not.

-- 
David Dorward                           <http://dorward.me.uk/>
"Anybody remotely interesting is mad, in some way or another."
                             -- The Greatest Show in the Galaxy

Received on Saturday, 24 September 2005 14:30:01 UTC