您的整个网页都包含在ID为"样式"的DIV中,如下所示:
<body>
<div id="style">
your web-page
<div>
</body>
Run Code Online (Sandbox Code Playgroud)
这个DIV的CSS是:
#style {
background: url(http://upupandfly.com/envie/images/bg_style.PNG) no-repeat;
left: 0px;
min-height: 100%;
min-width: 100%;
position: fixed;
top: 0px;
}
Run Code Online (Sandbox Code Playgroud)
这个CSS导致了这个问题.你必须要么摆脱固定的定位,要么只是试图删除那个DIV ......
| 归档时间: |
|
| 查看次数: |
16504 次 |
| 最近记录: |