在DIVCSS布局里面这margin:0 auto; width:990px; height:300px; overflow:hidden;} float:left; 什么意思?
.content{margin:0auto;width:990px;height:300px;overflow:hidden;}.contentleft{float:le...
.content{ margin:0 auto; width:990px; height:300px; overflow:hidden;}
.contentleft{ float:left; width:700px; height:300px; overflow:hidden;}
.contentright{ float:right; width:290px; height:300px; overflow:hidden; text-align:center;}
.lleft{ float:left; width:350px; height:300px; overflow:hidden; text-align:center;}
还有怎么让DIV 在同一行里面 分三块!求大侠打下代码介绍下T。T 展开
.contentleft{ float:left; width:700px; height:300px; overflow:hidden;}
.contentright{ float:right; width:290px; height:300px; overflow:hidden; text-align:center;}
.lleft{ float:left; width:350px; height:300px; overflow:hidden; text-align:center;}
还有怎么让DIV 在同一行里面 分三块!求大侠打下代码介绍下T。T 展开
2个回答
展开全部
margin:0 auto; 是边距0;width:990px; height:300px; 是宽990高300;overflow:hidden是溢出部分隐藏;float:left; 是左侧浮动
你上面这个代码应该是contentleft contentright这样2个同行包含在content里这样的效果吧
做3个一行的话div按左中右顺序调用,左边的加float:left;属性,右边的加float:right;属性,中间的不要float,三个宽度和要略小于外框宽度
你上面这个代码应该是contentleft contentright这样2个同行包含在content里这样的效果吧
做3个一行的话div按左中右顺序调用,左边的加float:left;属性,右边的加float:right;属性,中间的不要float,三个宽度和要略小于外框宽度
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询