新手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;}
推荐阅读
-
为什么连续2个div的margin 20 不会出现40?_html/css_WEB-ITnose
-
关于div结合jQuery下拉后,如何使得下方的div不会随上面的div下拉而发生变化_html/css_WEB-ITnose
-
关于div结合jQuery下拉后,如何使得下方的div不会随上面的div下拉而发生变化_html/css_WEB-ITnose
-
DIV 列表居中排列 并自适应屏幕宽度的CSS_html/css_WEB-ITnose
-
求助, DIV排列的问题_html/css_WEB-ITnose
-
HTML中的嵌套的div,子DIV设置的margin样式怎么变成父DIV的样式了_html/css_WEB-ITnose
-
div写的下拉菜单在frameset中被下一个覆盖,但是出于美观考虑不能调整页面的大小,有没有什么变通的方法或者设置呢?比方说select是不会受影响的!谢谢!_html/css_WEB-ITnose
-
Css中DIV的排列_html/css_WEB-ITnose
-
新手整理的css+div网页布局技巧 [转]_html/css_WEB-ITnose
-
DIV里面嵌套了一个IFRAME,底部的一个DIV就显示不了了_html/css_WEB-ITnose