<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>布局</title>
<style type="text/css">
.body{margin:0;padding:0;}
.top{height:100px;background:blue;}
.main{width:800px;height:300px;background:#ccc;margin:0 auto}
.bottom{width:800px;height:100px;background:red;margin:0 auto}
</style>
</head>
<body>
<div class="top"></div>
<div class="main"></div>
<div class="bottom"></div>
</body>
</html>
用记事本编辑后另存,出现的对话框最底下有一个“编码”下拉框,选择utf8格式,再点保存。
切换到兼容模式(每个浏览器不同,可以上网找一下,有些直接右键->兼容模式)
也可以换个浏览器试试,我用搜狗打开显示没问题
把字符集charset换成gbk或gb2312试下
应该是浏览器的问题吧,看看是不是不兼容,代码并没有问题
可能是编码问题吧