.bgLeft {
position: absolute;
left: -95px;
background: url("../images/logo_1.png") left top;
background-repeat: no-repeat;
width: 328px;
height: 146px;
/* background-size: 328px 146px;
-moz-background-size: 328px 146px;
-o-background-size: 328px 146px;
-webkit-background-size: 328px 146px;*/
z-index: -1;

}
.minTh {
width: 1200px;
margin: 0 auto;
overflow: hidden;
position: relative;
}
<div class="minTh clear">
<div class="bgLeft"></div>
</div>


footer 始终在 底部的情况,不管 是否超过 当前页面高度。
nav 超过多少高度以后 悬浮。

相关文章:

  • 2021-11-14
  • 2022-01-01
  • 2022-12-23
  • 2021-12-12
猜你喜欢
  • 2022-12-23
  • 2021-11-11
  • 2022-12-23
  • 2021-09-11
  • 2021-05-12
  • 2022-01-16
相关资源
相似解决方案