Here is working example:
And here i change to background-position:0px -70px and see what’s happening:
linear-gradient, it’s gone!
I’m doing it wrong or it’s supposed to work this way?
How to move linear-gradient with background-image together or keep linear-gradient unmovable?
Thanks.
does the trick. Since you declare multiple background-images comma-separated, you can declare for each image a single position, also comma-separated.
http://jsfiddle.net/nnrgu/3/
I even prefer the shorthand:
This way it is clear which position/repeat belongs to which image with less characters.
Sidenote:When you have
0as value, just omit the unit.