Re: Gradient color

> >  background-color : gradient(<color>, <color>, <angle>)
> 
> It would probably be more useful with some indication of the extent of each
> color, i.e., percent.
> 
> background-color : gradient(<color>, <extent>, <color>, <extent>, <angle>)

I don't understand : isn't the rgb(r%, g%, b%) functional notation for
colours enough ? All <color>s here can be replaced by a call to this
notation (section 4.3.6 of CSS 2).

</Daniel>

Received on Sunday, 10 May 1998 01:41:52 UTC