|
Posted by Toby Inkster on 10/21/05 10:10
Woodmon wrote:
> I removed the pound (#) signs as I read somewhere they were deprecated
> (or not needed) in stylesheet color info. Possible I was confused.
Certainly confused. There are five ways of specifying colours in CSS. Two
of them require a hash sign, the other three must never have a hash sign.
color: #F00; /* 3-digit hex */
color: #FF0000; /* 6-digit hex */
color: red; /* colour keywords */
color: rgb(255,0,0) /* RGB function (decimal) */
color: rgb(100%,0,0) /* RGB function (percentage) */
(There are also the "system colours", but these just expand the set of
colour keywords.)
> So are you folks always so aggressive in your responses? You will scare
> off many with such tactics
Perhaps that's the idea: maybe we don't want those who are easily scared
sticking around.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Navigation:
[Reply to this message]
|