在body标记后添加div,并应用下面的样式。您的站点开始工作。
<div class="fixedHeader"></div>
<style type="text/css">
.fixedHeader{
position: fixed;
height: 80px;
background: white url(http://www.affiliago.it/accounts/default1/banners/SKIN_BAKECA.jpg) no-repeat no-repeat center top;
width: 100%;
z-index: 1000;
top: 0;
}
</style>