Forum Moderators: not2easy
Is it possible to stretch (or shrink) a bg image to fit exactly. The only thing I have found possible is to have the bg image be full size.
In other words, use the same gradient image in each container, with the same position value on each one, like this...
background: #fff url(image.gif) bottom right;
...This guarantees that the gradient will START at the same location in each box. It won't reach the same lighter shade in shorter boxes, but the look might be uniform enough to suit your purposes.
I haven't tested this, but you might give it a try and see how it looks.