Re: [css3-background] background-position relative to other corners

Brad Kemper wrote:
> 
> 3rd and 4th values of "background-position". I don't think this is a 
> good reason to throw out such a good idea, of having 4 values for 
> background-position that match the syntax of margin, padding, and the 
> various border and outline sub-properties.


It doesn't match.

   margin: top-and-bottom left-and-right;
vs.
   background-position: top left;

~fantasai

Received on Monday, 28 January 2008 19:15:16 UTC