有人能告诉我为什么页脚出现在页面顶部,而我看不到页眉或 LayoutDiv9 吗?
这是我添加的第二个 CSS 表,第一个是自动添加的流体网格布局 CSS 表,我根本没有更改。
@charset "utf-8";
/* CSS Document */
#Header {
position: fixed;
height: 75px;
margin-top: 0;
width: 100%;
z-index: 10000;
background:#FFF
}
#LayoutDiv1 {
position: fixed;
height: 30px;
margin-top: 75px;
width: 100%;
z-index: 10002;
background:#FFF
}
#LayoutDiv3 {
margin-top: 105px;
width: 100%;
z-index: 10004;
background:#FFF
}
#LayoutDiv9 {
position:fixed;
height: 30px
margin-bottom:40px;
z-index:10006;
background:#FFF
}
#Footer {
position:fixed;
height: 40px
margin-bottom:0;
z-index:10008;
background:#FFF
}
任何帮助将不胜感激。谢谢!