Re: Greatly improved background syntax

Also:
P {background-color-style: #FFF, 1px; #000, 1px}
/* 1px refers to width, if height is omitted, it will
be the same */

For black and white checks:

P {background-color-style: #FFF, 10px, 10px; #000,
10px, 10px}

For yellow and red stripes:
P {background-color-style: #ff0, 50%, 100%; #f00, 50%,
100%}

Also P {background-color-gradient: #000000 to #110000
(or something along these lines)}


=====
----------------------------------------------------------
From Matthew Brealey (http://members.tripod.co.uk/lawnet (for law)or http://members.tripod.co.uk/lawnet/WEBFRAME.HTM (for CSS))
__________________________________________________
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one place.
Yahoo! Shopping: http://shopping.yahoo.com

Received on Wednesday, 24 November 1999 07:57:59 UTC