关于div布局问题,为什么显示在设计视图与浏览器中的不一样呢?

<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/... <!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=gb2312" />
<title>无标题文档</title>
<style type="text/css">

#head {
height: 80px;
width: 1000px;
background-color: #006699;
}
#second {
background-color: #003366;
height: 25px;
width: 1000px;
margin-bottom: 5px;
margin-top: 5px;
}

#1 {
background-color: #0033CC;
float: left;
height: 400px;
width: 200px;

}
#3 {
background-color: #CC0066;
height: 400px;
margin:0 2px;
}
#2 {
background-color: #993300;
float: right;
height: 400px;
width: 200px;

}

#content {
height: 400px;
width: 1000px;
background-color: #FFFFFF;
}
</style>
</head>

<body>
<div id="head">this is head</div>
<div id="second">this is second block</div>
<div id="content">
<div id="1">this is 1</div>
<div id="2">this is 2</div>
<div id="3">this is 3</div>
</div>
<div id="footer">this is head </div>
</body>
</html>
展开
 我来答
绿衣人敲门
2014-10-25 · 知道合伙人软件行家
绿衣人敲门
知道合伙人软件行家
采纳数:18765 获赞数:63774
毕业于西北大学计算机网络技术专业,现在在西安电力学院进行网络推广维护工作!

向TA提问 私信TA
展开全部
设计视图乱是因为你写的代码还不怎么规范,我刚学CSS的时候也是你这样,浏览器中正常,但一点DW里面的设计就乱的要死。给你个小提示啊,这个属性有加没<div style="clear:both"></div>清楚浮动,其他的就要看你的经验了,建议你布局的时候用拆分模式,那样哪个地方在视图里面乱了就能发现并改正了.
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式