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
Things I learned the hard way: For IE6/IE7 it may need to have the image as the last DOM element in the containing DIV to get it to appear on over the scrolling DIV.