Div with scroll and content with absolute positions

后端 未结 8 1038
小鲜肉
小鲜肉 2020-12-23 16:54

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

8条回答
  •  不思量自难忘°
    2020-12-23 17:37

    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.

提交回复
热议问题