欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

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

程序员文章站 2022-04-28 12:13:40
...
]#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;}