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

为什么绿色的上面有一点黄色部分呢

为什么绿色的上面有一点黄色部分呢

慕侠8292370 2017-05-01 17:41:29
看源码有什么错误吗?<!DOCTYPE HTML><html><head><title>无标题文档</title><meta charset="utf-8"><style type="text/css">*{margin:0;padding:0;}#wrap{background:#00c;margin:0 auto;width:960px;}#header{background:#ff3300;width:100%;}#mainbody{background:#fc0;width:100%;overflow:hidden;}.left{width:800px;height:200px;background:#000;float:left;margin-right:20px;}.right{width:140px;height:500px;background:#690;float:left;}#footer{background:#639;width:100%;}</style></head><body><div id="wrap"> <div id="header">头部</div> <div id="mainbody">主题内容 <div class="left"></div> <div class="right"></div> </div> <div id="footer">版权部分</div></div></body></html>
查看完整描述

3 回答

已采纳
?
qq_青枣工作室_0

TA贡献446条经验 获得超754个赞

因为你的文字“主题内容”占了位置啊,删掉这些文字就行。


查看完整回答
1 反对 回复 2017-05-01
?
慕侠8292370

TA贡献1条经验 获得超0个赞

以下是源码



<!DOCTYPE HTML>
<html>
<head>
<title>无标题文档</title>
<meta charset="utf-8">
<style type="text/css">
*{margin:0;padding:0;}
#wrap{background:#00c;margin:0 auto;width:960px;}
#header{background:#ff3300;width:100%;}
#mainbody{background:#fc0;width:100%;overflow:hidden;}
.left{width:800px;height:200px;background:#000;float:left;margin-right:20px;}
.right{width:140px;height:500px;background:#690;float:left;}
#footer{background:#639;width:100%;}
</style>
</head>
<body>
<div id="wrap">
		<div id="header">头部</div>
		<div id="mainbody">主题内容
		<div class="left"></div>
		<div class="right"></div>
		</div>
		<div id="footer">版权部分</div>



</div>
</body>
</html>


查看完整回答
反对 回复 2017-05-01
  • 3 回答
  • 0 关注
  • 1373 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信