-
.top{magin:0 auto;background-color:gray;} .main{width:100%;magin:0 auto;height:500px;background-color:red;} .left{width:200px;height:500px;background-color:blue;position: absolute;} .right{margin-left:210px;width:100%;height:500px;position:absolute;background-color:green;} .foot{width:100%; height:50px;background-color:orange;}查看全部
-
浮动 float:left查看全部
-
这个练习题是要设置mid的外边距margin注意margin的取值。不只是写10px。要加上两边的宽度。查看全部
-
margin:0 auto;查看全部
-
margin:0 (上下) auto(左右);查看全部
-
为什么footer块会跑到head块下面了。由于main块没有设置高度,里面的元素(left块,right块)又被设置成了浮动显示,所以main块没有被撑开,就像一条线一样紧贴在head块的下面,所以footer块会越位跑到head块下面。查看全部
-
练习题查看全部
-
分栏又称为分列查看全部
-
网页设计的特点查看全部
-
版式布局定义查看全部
-
三列布局:不能使用float,左右两列绝对定位,分别靠左和靠右,中间列为相对定位,左右margin分别设置为左右两列的宽度即可,如果列与列之间需要间隔,则增加相应的margin值。查看全部
-
syxz查看全部
-
1.如果是要清除浮动影响的是浮动对象的父对象: 建议采用:设置父对象的overflow:hidden; 2.如果要清除浮动影响的是浮动对象后边紧邻的对象 建议采用:clear:both;查看全部
-
三列排版,两边盒子绝对定位,中间盒子给margin查看全部
-
clear:both 清除浮动查看全部
举报
0/150
提交
取消