Hi Ron,

Thank you very very much.  That was driving me crazy.  The W3C CSS validator
requires a URL.  Is there one for the desktop you'd recommend?  I'd sure
like to avoid this in the future, if possible.

Thanks again for your help.  I really appreciate it.

Best regards,
Bill

----- Original Message -----
From: "Pringle, Ron" <[EMAIL PROTECTED]>
To: "Bill Walton" <[EMAIL PROTECTED]>; <css-d@lists.css-discuss.org>
Sent: 2006-04-05 2:52 PM
Subject: RE: [css-d] newbie CSS on Firefox problem


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