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

如何用CSS进行网页布局

江老实 Web前端工程师
难度初级
时长22分
学习人数
综合评分9.60
1991人评价 查看评价
9.8 内容实用
9.6 简洁易懂
9.4 逻辑清晰

最新回答 / _Jack_Han_
需要怎样去浮动,要由你做的项目来决定,灵活运用。产品有怎样的需求就怎么去制作。

最新回答 / _Jack_Han_
代码没错,你把输入法调成英文的再写一遍,可能含有中文字符~
.top{height:50px;background:#ccc;}
.main{height:600px;background:red;position:relative;}
.left{height:600px;width:200px;background:blue;position:absolute;top:0;left:0;}
.right{height:600px;background:#ada;margin-left:210px;}
.foot{height:50px;background:#f60;}
margin设置的四个属性值之间不应该有逗号,示例给的有逗号了,所以实现不了预期的效果!
body{ margin:0; padding:0; font-size:30px}
div{ text-align:center; font-weight:bold}
.main,.footer{ width:960px; margin:0 auto;}
.head{ width:100%; height:100px; background:#ccc}
.main{ height:600px; background:#FCC}
.footer{ height:50px; background:#9CF}
.top{height:100px;background:#ccc;}
.main{height:450px;background:red;position:relative;}
.right{height:100%;background:#ada;margin-left:210;}
.left{width:200px;height:100%;background:blue;position:absolute;left:0;top:0;}
.foot{height:50px;background:#f60;}

已采纳回答 / Csunnnnn
<!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-...
我写自适应为什么中间的字不会自己换行呢
.head.main错了应该是.main,害我搞了好久才发现。
希望能弄些高级设计师的教程。
课程的等级太低啦。有些受不了啦。
老师的声音好温柔
再进行一些设置~~♂啊~~♂
.top{width:100%;height:50px; background:#999;}
.main{width:100%;height:600px;position:relative;}
.left{ width:200px;height:600px;position:absolute;left:0;top:0;background:#444;}
.right{height:600px;margin-left:200px;background:#333;}
.foot{width:100%;height:50px; background:red;}
div {width:400px; height:400px; background:#f11; position:absolute; top:50%; left:50%; margin-left:-200px; margin-top:-200px; } 大家试试这个绝对定位居中
1.75陪的速度看到刚刚好
课程须知
1.你需要掌握html+css样式基础知识 2.有一定的前端实际开发经验
老师告诉你能学到什么?
1.掌握网页布局的相关知识 2.能对不同的网页进行布局结构划分 3.掌握固定宽度和自适应宽度的实现方法

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消