On Thu, 2009-04-16 at 11:06 +1200, Wayne Koorts wrote:
> Also just another tip: it is a good idea to not use named colour
> values ("green" / "red" etc.) as each CSS rendering engine might
> interpret it differently. For green you could use: "color: rgb(0,
> 255, 0);" and for red you could use: "color: rgb(255, 0, 0);".
>
> Regards,
> Wayne
That is incorrect, the named colors are all specified in 24bit RGB
values as part of the CSS spec. No renderer deviates from those values.
http://www.w3.org/TR/CSS21/syndata.html#color-units
Cheers
Tom
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---