Re: IE6 link colors & CSS override (vs. Firefox)
- From: Toby Inkster <usenet200510@xxxxxxxxxxxxxxxxx>
- Date: Fri, 21 Oct 2005 08:10:10 +0100
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
.
- Follow-Ups:
- Re: IE6 link colors & CSS override (vs. Firefox)
- From: Andy Dingley
- Re: IE6 link colors & CSS override (vs. Firefox)
- From: Woodmon
- Re: IE6 link colors & CSS override (vs. Firefox)
- References:
- IE6 link colors & CSS override (vs. Firefox)
- From: Woodmon
- Re: IE6 link colors & CSS override (vs. Firefox)
- From: Beauregard T. Shagnasty
- Re: IE6 link colors & CSS override (vs. Firefox)
- From: Jonathan N. Little
- Re: IE6 link colors & CSS override (vs. Firefox)
- From: Beauregard T. Shagnasty
- Re: IE6 link colors & CSS override (vs. Firefox)
- From: Woodmon
- IE6 link colors & CSS override (vs. Firefox)
- Prev by Date: Re: IE6 link colors & CSS override (vs. Firefox)
- Next by Date: Re: Website Test
- Previous by thread: Re: IE6 link colors & CSS override (vs. Firefox)
- Next by thread: Re: IE6 link colors & CSS override (vs. Firefox)
- Index(es):
Relevant Pages
|