图像背景位置向左 50% 使背景图像居中,但在绝对定位元素中左 50% 不使 div 元素居中,为什么?
这是代码:
<div style="position:relative;height:100px; background:url(images/demo.jpg) no-repeat 50% 0">
<div style="min-height:40px; width:140px; background-color:#aaa;position:absolute;top:0;left:50%;">
heloo this is just a demo
</div>