>> 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);".
>
> 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
I see, I was clearly misinformed. Thanks for the link.
Regards,
Wayne
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---