Div with scroll and content with absolute positions

后端 未结 8 1032
小鲜肉
小鲜肉 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:27

    Is there a particular reason you need to set a position for the image? It works fine in IE7 without setting a position.

提交回复
热议问题