Bill wrote:

> Greetings from a CSS newbie;
> 
> I apologize in advance for violating the prohibition on 
> posting code but 1) I have no where to put this yet, and 2) 
> it's so trivial I'm hoping you'll allow it.
> 
> Here's my problem.  I cannot get even a trivial piece of CSS 
> working on Firefox.  It works as expected on IE6.
> 

[SNIP]

> Here's the stylesheet:
> 
> .Listline0 {
>  background: ffffff;
>  }
>  
> .Listline1 {
>  background: ffcccc;
>  }

> Thanks in advance,
> Bill

Bill-

try specifying the colors like so:

background-color: #ffffff;

You can also shorten that to: #fff; and #fcc; (think of each
character/number as part of a pair, broken down like ff cc cc).

Regards,
Ron
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to