Currently in Chrome, the background style specification is:
background: color position/size repeat origin clip attachment image|initial|inherit;
However, I am having trouble making the position/size
fragment work;
I should be able to use
red top left 100% 100% no-repeat url()
or red top left contain url()
or even red contain url()
-- but none of these combinations are producing the desired results.
Naturally, I can achieve it by specifying each individual background-*
attribute. Is there an issue with the specification itself or is it a problem specific to Chrome?? O_o