.C{ float:leftwidth:100pxheight:100pxbackground-color:red}
.D{ width:100pxheight:120pxbackground-color:green}
html代码
<div class="C"></div>
<div class="D"></div>
这个好像局限性很大,只有前面一个元素浮动了,后面一个还在文档流里的会到它下面去,也不能用z-index让它上来,因为z-index好像是对定位元素才有效果,不过反正是一个在另一个上面了,(*^__^*) 嘻嘻……