-
试试吧查看全部
-
完成啦查看全部
-
margin:0 auto;(居中对齐)查看全部
-
check!查看全部
-
check!查看全部
-
.top{width:100%;background:#ccc;height:80px;} .left{ width:200px;height:500px;background:blue;position:absolute;top:80px} .right{height:500px;background:green;margin-left:210px;} .foot{width:100%;background:yellow;height:70px}查看全部
-
这样会不会像一些。。查看全部
-
块挨着块 块嵌套着块 块叠压着块 通过CSS把这些快的位置摆放正确 网页就完美了!查看全部
-
width:200px;position:absolute;left:0;top:0左侧一直是200px; margin:0 300 0 200中间是自定义,可以随着窗口改变而改变 上右 下左 width:300px;position:absolute;right:0;top:0右侧是300px查看全部
-
用了position:absolute;不用float浮动;查看全部
-
原文有问题,测试查看全部
-
div间三种关系:相随、嵌套、叠压(margin:-值,子DIV超限,需测试。。。)查看全部
-
对于本节,需按作者思路尝试,并加父级或同级DIV 解决abslute后的浮动问题,注:评论中提示有坑查看全部
-
块挨着块 块嵌套着块 块叠压着块 通过CSS把这些快的位置摆放正确 网页就完美了!查看全部
-
<style type="text/css"> body{ margin:0; padding:0; font-size:30px; color:#fff} .top{width:800px;height:100px;margin:0px auto;background:#ccc;} .main{width:800px;margin:0px auto;background-color:red;} .left{ width:200px;height:600px;backgroud:#dee5e5;position:absolute;margin:0 px 0px 210px 0px; left:0px;float:left;} .right{width:600px;height:600px;backgroud:#de3eff;position:absolute;margin:0 px 0px 0px 610px;right:0px;float:right;} .foot{width:800px;height:80px;margin:0px auto;} </style>查看全部
举报
0/150
提交
取消