我正在尝试为网页创建基本布局。第一个绿色 div 出现了,但第二个 div 'bottomtest' 没有出现。有谁知道为什么?我正在使用 IE8。
<!DOCTYPE html>
<head>
</head>
<body>
<div class="toptest" style="height:200px; width:auto; background-color:green;" />
<div class="bottomtest" style="background-color:blue; height:500px; width:auto;" />
</body>
</html>