为了账号安全,请及时绑定邮箱和手机立即绑定

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
  • 1.清除浮动, clear:both; 2.为main设置高度, .main{ width:860px;height:600px;margin:0 auto;background:#9FC; }
    查看全部
    0 采集 收起 来源:实践题

    2016-06-13

  • margin:由下至上移动 由右向左移动 由上至下移动 由左至右移动
    查看全部
    0 采集 收起 来源:编程练习

    2016-06-13

  • margin:top left down right
    查看全部
    0 采集 收起 来源:三列布局

    2016-06-13

  • 固定宽度布局 通过设置块级元素中的 宽度比例/所占像素宽度 来控制
    查看全部
    0 采集 收起 来源:二列布局

    2016-06-13

  • 混合布局 <style type="text/css"> body{margin:0;padding:0;} .head{height:100px;width:800px;background:#393;margin:0 auto;} .top{height:100px;background:#3CF;} .main{width:800px;height:500px;background:#CCC;margin:0 auto;} .left{width:20%;height:500px;background:blue;float:left} .right{width:80%;height:500px;background:yellow;float:right} .sub_l{width:40%;background:#0F6;float:left;height:500px;} .sub_r{width:60%;background:orange;float:left;height:500px;} .bottom{height:100px;background:#C6C;margin:0 auto;width:800px} </style> </head> <body> <div class="top"> <div class="head"></div> </div> <div class="main"> <div class="left">200px</div> <div class="right"> <div class="sub_l"></div> <div class="sub_r"></div> </div> </div> <div class="bottom"></div> </body>
    查看全部
    0 采集 收起 来源:混合布局

    2018-03-22

  • <style type="text/css"> body{margin:0;padding:0;} .top{height:100px;background:#3CF;} .main{width:800px;height:500px;background:#CCC;margin:0 auto;} .left{width:20%;height:500px;background:blue;float:left} .right{width:80%;height:500px;background:yellow;float:right} .bottom{height:100px;background:#C6C;margin:0 auto;width:800px} </style> </head> <body> <div class="top"></div> <div class="main"> <div class="left">200px</div> <div class="right">300px</div> </div> <div class="bottom"></div>
    查看全部
    0 采集 收起 来源:混合布局

    2018-03-22

  • <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <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; 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> </head> <body> <div class="left">left</div> <div class="main">设计首页的第一步是设计版面布局。就象传统的报刊杂志编辑一样,我们将网页看作一张报纸,一本杂志来进行排版布局。 虽然动态网页技术的发展使得我们开始趋向于学习场景编剧,但是固定的网页版面设计基础依然是必须学习和掌握的。它们的基本原理是共通的,你可以领会要点,举一反三。</div> <div class="right">right</div> </body> </html>
    查看全部
    0 采集 收起 来源:编程练习

    2018-03-22

  • 一列布局: 单列布局,水平居中 margin:0 auto 0 auto,表示上下边界为0,左右则根据宽度自适应相同值(即居中)
    查看全部
    0 采集 收起 来源:一列布局

    2016-06-12

  • margin:0 auto
    查看全部
    0 采集 收起 来源:一列布局

    2016-06-12

  • position:absolute;left:; position:absolute;right
    查看全部
    0 采集 收起 来源:三列布局

    2016-06-12

  • 版块高度自适应
    查看全部
    0 采集 收起 来源:内容简介

    2016-06-12

  • 自适应宽度
    查看全部
    0 采集 收起 来源:内容简介

    2016-06-12

  • 三列布局不定宽:可以用浮动和百分比%; 三列布局顶宽 :需要用绝对定位position
    查看全部
    0 采集 收起 来源:三列布局

    2016-06-12

  • 固定宽度的两列布局:首先要限制宽度; 二是设置宽度采用浮动float:left,float:right;
    查看全部
    0 采集 收起 来源:二列布局

    2016-06-12

  • 一列布局:margin:0 auto;
    查看全部
    0 采集 收起 来源:一列布局

    2016-06-12

举报

0/150
提交
取消
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

意见反馈 帮助中心 APP下载
官方微信
友情提示:

您好,此课程属于迁移课程,您已购买该课程,无需重复购买,感谢您对慕课网的支持!