为什么position的left是200px的时候是贴在网页边缘的?
#div1 span{ width:20px; height:50px; background:blue; position: absolute; left:200px; top:75px; }
为什么设置left:200px是刚好贴在网页边缘呢?而不是left:0px?
#div1 span{ width:20px; height:50px; background:blue; position: absolute; left:200px; top:75px; }
为什么设置left:200px是刚好贴在网页边缘呢?而不是left:0px?
2016-07-11
举报