I have a \"div\" with style: overflow-y: scroll; overflow-x: auto; I try to dynamicaly add image inside this \"div\" with absolute or relative position. Everyth
overflow-y: scroll; overflow-x: auto;
Is there a particular reason you need to set a position for the image? It works fine in IE7 without setting a position.