Re: recommendations to css3 draft ...

Andrew Fedoniouk wrote:
> In our embeddable HTML rendering engine we are using:
> 
> For gradient background:
> 
> background-color: color1 color2 color3 color4;

You're implementing this with a vendor prefix, I hope?

> background-position:15px 15px 15px 15px; /*left top right bottom edges*/

And this?

> background-repeat:expand; /* HTMEngine specific */

And this?

-Boris

Received on Wednesday, 11 August 2004 23:58:48 UTC