<div style="width:100%;height: 40px; line-height:40px; margin:0px auto; text-align:center;background-color: #b8f; color:#fff; position:fixed;">
<div style="float:left; position: absolute; margin-left: 10px; "><Back</div>
<span style="font-size:1.1em;">This Title</span>
外部一个div,它的position属性值在设置为fixed之前,可以不用设置width:100%;。因为div的默认宽度就是100%。但是一旦设置了position:fixed,div的宽度就是根据里面的内容自适应宽度了。要想保证它的宽度还是100%,则必须明文设置。