我基本上复制了我的标题编码并切换了一些东西,但它没有显示出来。我不明白为什么它不会,除非我输入错误。
下面是两个代码:
标题
<div class="head">
<div class="centerimg">
<img src="images/logo.png" width="96" height="82">
</div>
.head {background-image:url('images/header_bg.png'); top repeat-x; height: 182px;}
页脚
<div class="footer">
</div>
.footer {background-image:url('images/footer_bg.png'); bottom repeat-x; height: 110px;}
为什么会显示页眉而不显示页脚?