MMMHUHU
打比方说我有两个层:a,b。他们在层C中,那么这样写:<div id="c" style="float:left;"><div id="a" style="float:left; height:50px;width:50px">这是层a</div><div id="b" style="float:left; height:50px;width:50px">这是曾b</div><div style="clear:both"></div><!--这个层很有用,必须要,否则可能不兼容。--></div>