<div style="float:left; width:465px;">xxx</div>
<div style="width:320px; border:1px solid #099aef; position:absolute; display:inline;">Different position of this rectangle in Opera vs Google Chrome</div>
Opera左侧显示蓝色矩形,Chrome显示不同。为什么? 附:代码被大大简化以找到错误,现在可能没有任何意义。
答案 0 :(得分:1)
在没有位置坐标的情况下,Chrome似乎忽略了您对第二个div的绝对定位。相反,它在第一个div的右侧显示第二个div,就好像它在正常的页面流中一样。