CSS3 background-size and background-position issue
I'm programming a little WP theme and need a little help with the new CSS3 background-size property. I have a DIV which contains an image as background. The image itself is set bigger than the div to present a little cut-out of the original image: .imageContainer { background-size:154% 102%; background-position-x:-28%; background-position-y:0.28%; } So far everything is fine. But invoking the background-position property gets tricky if the size is ≥ 100%. I put together a little JS/CSS Playground for testing: If the image is ≤ 99% wide, less background-position-x means the image goes left. If