Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以将 div 放置在相对于 body 的绝对位置,该位置是在 aa div 内部动态生成的,该位置是相对的
这是我的情况,我必须保持这种方式
http://jsfiddle.net/bipin000/swqqH/
position:static好吧,在你制作父 div然后制作动态 div之前这是不可能的position:absolute
position:static
position:absolute
http://jsfiddle.net/swqqH/25/
不,那是不可能的。由于父 div 被定位,它成为偏移父,因此绝对定位的 div 将相对于外部 div 放置,而不是相对于 body。