-
mark查看全部
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>混合布局编程挑战</title> <style type="text/css"> body{ margin:0; padding:0; font-size:30px; color:#fff} .top{width:100%; height:50px;background:gray;} .main{width:100%; height:300px;background:red;} .left{ width:200px;height:300px;background:blue;position:absolute;} .right{margin-left:210px;width:100%;height:300px;background:green;position:absolute;} .foot{width:100%; height:50px;background:#369;} </style>查看全部
-
<style type="text/css"> body{ margin:0; padding:0; font-size:30px; font-weight:bold} div{ line-height:50px} .left{ width:200px; height:600px; background:#ccc; position:absolute; left:0; top:0} .main{ height:600px; margin:0 310px 0 210px; background:#9CF} .right{ height:600px; width:300px;position:absolute;top:0;right:0;background:#FCC;} </style>查看全部
-
http://www.divcss5.com/jiqiao/j406.shtml?jdfwkey=mzrgp2查看全部
-
多列布局包含自适应宽度栏的 使用定位实现 定宽的栏使用绝对定位,自适应宽度的使用margin控制它的位置,注意与相邻的栏 的宽度的关系查看全部
-
浮动,绝对布局,固定定位-使元素脱离文档流存在。查看全部
-
绝对定位与float浮动不能同时使用,比如一个大盒子里有的是绝对定位,有的是使用css float浮动定位查看全部
-
一列布局 给DIV居中显示 写margin:0 auto查看全部
-
相对定位没有脱离文档流。绝对定位和float还有固定定位都脱离了文档流查看全部
-
folat:查看全部
-
单列布局,水平居中 margin:0 auto查看全部
-
一列布局通常作为网站首页(如百度) 一列布局固定宽度较多查看全部
-
好像是这样。。查看全部
-
清楚浮动clear:both;或者看下是不是main函数没有设置高度,对目标函数或者main函数设置对应高度查看全部
-
1.混合布局:我们可以把一列布局加入“左”和“右”改造为混合布局。 2.在中部mian中加入子div 分别是(左,右)。 然后分别在style中加入“.left和.right”的样式! 3.注“left和right”都要加浮动“float” 4.还可以在混合布局下进行更复杂的混合布局 5.可以将right定义为sub_right和sub_right 分为化为更为密集的混合布局查看全部
举报
0/150
提交
取消