急需!用div+css做出如图框架

 我来答
尚硅谷IT教育
2016-06-28 · TA获得超过890个赞
知道小有建树答主
回答量:1825
采纳率:90%
帮助的人:112万
展开全部
代码如下,希望能帮到你哦!
<!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">
.logo{ margin:0 auto; width:960px; height:60px; background:#999900;}
.nav{margin:0 auto; width:960px; height:50px; background:#99CC33;}
.pic{margin:0 auto; width:960px; height:260px; background:#99FF99;}
.con{margin:0 auto; width:960px; height:260px;}
.conleft{ float:left; width:260px; height:260px; background:#0099CC;}
.conmiddle{float:left; width:430px; height:260px; background:#00CCFF;}
.conright{float:left; width:260px; height:260px; background:#009966;}
.footer{margin:0 auto; width:960px; height:30px; background:#996600;}
</style>
</head>
<body>
<div class="logo"></div>
<div class="nav"></div>
<div class="pic"></div>
<div class="con">
<div class="conleft"></div>
<div class="conmiddle"></div>
<div class="conright"></div>
</div>
<div class="footer"></div>
</body>
</html>
更多追问追答
追问
谢谢喔
追答
不客气奥,
天蓝蓝飘白云
2016-06-28 · TA获得超过222个赞
知道小有建树答主
回答量:446
采纳率:76%
帮助的人:156万
展开全部
div + table 做,很快完成。
追问
老师让用 div+css  期末作业
你会吗?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
Kaelin_cn
2016-06-28 · 超过64用户采纳过TA的回答
知道小有建树答主
回答量:123
采纳率:0%
帮助的人:71.8万
展开全部
代码如下
<!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>html</title>
<style type="text/css">
.logo{ margin:0 auto; width:950px; height:60px; background:#999900;}
.nav{margin:0 auto; width:950px; height:50px; background:#99CC33;}
.pic{margin:0 auto; width:950px; height:260px; background:#99FF99;}
.con{margin:0 auto; width:950px; height:260px;}
.conleft{ float:left; width:260px; height:260px; background:#0099CC;}
.conmiddle{float:left; width:430px; height:260px; background:#00CCFF;}
.conright{float:left; width:260px; height:260px; background:#009966;}
.footer{margin:0 auto; width:950px; height:30px; background:#996600;}
</style>
</head>
<body>
<div class="logo"></div>
<div class="nav"></div>
<div class="pic"></div>
<div class="con">
<div class="conleft"></div>
<div class="conmiddle"></div>
<div class="conright"></div>
</div>
<div class="footer"></div>
</body>
</html>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
pyr20151221
2016-06-28 · 超过33用户采纳过TA的回答
知道答主
回答量:75
采纳率:100%
帮助的人:42.5万
展开全部
这个用div+css很好实现的,你是需要怎么帮你呢?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式