<div id=" test1" style="width:100px;display:inline;z-index:1;"><span class="yahei">ces:</span></div><div id="test2"style="display:inline;overflow:hidden;text-align:left;height:17px;width:80%;"><div id="test3" style="display:inline;height:10px;float:left;width:5000%">1111</div></div>
display: inline改成float: left就可以了. 没必要改块级元素,如果变成行内元素你的宽高的设置也就没用了. 另外记得清除浮动,以免造成别的bug.
2个div都加上float:left 其他不要 再设置下就行了