先给出截图 此段代码 HTML: <div id="imagenews"> <div id="imagenews_top"> <div id="imagenews_title"> <span style="font-weight:bold;color:white;"> 热点图片</span> </div> </div> <div id="imagenews_detail"> ddd </div> </div> 相关css代码 HTML: #imagenews{ float:right; border:3px solid #fff; width:150px; padding:0; background:#fff; } #imagenews_top{ background-color:red; width:150px; height:25px; line-height:25px; } #imagenews_title{ width:90px; float:left; text-align:left; } #imagenews_detail{ /*margin-top:3px;*/ width:150px; height:200px; } 怎么会有个d跑下面去了????