In this link I see that image re-sizes in safari when i zoom in/out as the size of the image is given by em-s. Now what about background images. I have a design where background images stay the same size when I zoom in/out, but the div whose background is it changes it size flexibly.

link|improve this question

71% accept rate
I don't think you can get background-images to change size relatively, which is why most people use repeated patterns for backgrounds. If you are just using an image tag, the max-width css style would be particularly helpful...although I don't imagine that's what you want. – Jordan Foreman Dec 15 '11 at 21:44
Maybe you can work with this: css-tricks.com/perfect-full-page-background-image – Jordan Foreman Dec 15 '11 at 21:47
feedback

closed as too localized by casperOne Jan 6 at 20:07

This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ for guidance on how to improve it.

1 Answer

up vote 0 down vote accepted

The problem for me was a very old version of Safari. In latest version 5.1.2 it works fine

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.