你在#divtest ul中加上margin:0padding:0
#divtest ul{
margin:0padding:0
position:absolute
height:200px
width:1500px
overflow:hidden
border:#C03 dotted 1px
top:0
left:0
}
<div style="margin:0 auto width:980px">
<div style="width:200px height:auto">元素的内容移到</div>
<div style="width:200px height:auto">元素的内容移到</div>
<div style="width:200px height:auto margin-left:300px">元素的内容移到</div>
</div>
如果DIV的宽度比总宽度小你要把他弄成居中的话,就要设置一个边距如图