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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰
body{ margin:0; padding:0;text-align:center; font-size:30px; color:purple;}.top{height:50px;background:#aaa;width:800px;margin:0 auto;}

.foot{height:50px;width:800px;background:yellow;margin:0 auto;}
</style>
.left{ width:960px; height:600px; background-color;#ccc; float:left;}

.right{ width:660px; height:600px; background-color:#fcc; float:right;}
声音有点低

已采纳回答 / anyu7ishi
<!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-...
.main{width:80%;height:500px;background-color: red;position:relative;margin:0 auto;}.left{ width:200px;background-color:blue;height:500px;position:absolute;top:0;}.right{background-color:green;height:500px;margin-left:210px;} .foot{width:80%;background-color:orange;height: 50px;margin:0 auto;}这样好看一点

已采纳回答 / 话多不如听歌
父级要加绝对定位,子级才能相对于父级定位

最新回答 / 慕九州7172255
左侧设置固定高度,右侧不用设置宽度,直接用margin-left :左侧宽度就好

最新回答 / 如果我说温暖一直都在3253457
http://www.cnblogs.com/iyangyuan/archive/2013/03/27/2983813.html  看这篇你就理解了

已采纳回答 / CC猫
因为系统默认一段不含空格的字母(数字)串为一个单词,系统默认不会从一个单词中间断行。你在里面加几个空格试试
margin:0px 310px 0 210px;我这么设置结果main还是水平居于下方,在自己的编辑器里把margin-top:-600,才最后实现这样的效果。我看别人的答案都是margin:0px 310px 0 210px;我就是没办法实现那样的效果。
.top{background:#ccc;height: 100px;}
.main{background:red; position: relative;height: 400px;}
.left{background:blue; width:200px;height: 400px;position: absolute;left: 0;top: 0;}
.right{background:#9c9;height: 400px; margin-left:210px; }
.foot{background:#f63;height: 100px;}
源代码第十行最后多了一个 }
.top{height:100px; background:#ccc;}
.main{width:800px;height:400; margin:0px auto; background:red;position:relative;}
.left{width:200px; height:400px; background:blue; position:absolute; top:0px;}
.right{margin-left:210px;height:400px;background:green;}
.foot{height:50px;background:pink;}
锦囊里的代码是错的吧
这个网站相当好
这样也可以。。
.top{height:100px;background:#ccc;}
.main{height:500px;background:red;}
.left{width:200px;height:500px;background:blue;position:absolute;top:100px;left}
.right{width:100%;height:500px;position:absolute;top:100px;left:210px;background:#9c9;}
.foot{height:50px;background:#f63;}
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消