当前位置:Gxlcms > html代码 > 新手div的嵌套不会排列整齐_html/css_WEB-ITnose

新手div的嵌套不会排列整齐_html/css_WEB-ITnose

时间:2021-07-01 10:21:17 帮助过:37人阅读

]#headertop{width:800px;height:20px;background:#CCFF77;}#headertop ul{list-style:none;}#headertop ul li{float:left;margin:10px auto 10px 0}#headerbottom{width:800px;height:80px;background:#CCFF44}#headerbottomleft{width:100px;height:80px;text-align:left;background:#CCFF55}#headerbottomcenter{width:400px;height:70px;background:#CCFF33}#headerbottomright{width:300px;height:70px;background:#CCFF66}

[img=http://img.my.csdn.net/uploads/201212/09/1355025101_9227.jpg][/img我就是这样写的,怎么就是排列不整齐


回复讨论(解决方案)

        

我也新手呢,不对的地方请多包含,左后一个headerbottomright我没用,因为不知道哪里要用。


#headerbottom{width:800px;height:80px;background:#CCFF44;clear:both;}
#headerbottomleft{width:100px;height:80px;text-align:left;background:#CCFF55; float:left;}
#headerbottomcenter{width:400px;height:70px;background:#CCFF33; float:left;}
#headerbottomright{width:300px;height:70px;background:#CCFF66; float:right;}

人气教程排行