这可能是我遇到的一个相当基本的CSS问题。当我在浏览器中缩小时,我网站上的顶部导航栏正在降低到身体后面。我想知道为什么会发生这种情况以及如何解决这个问题。
非常感谢任何帮助。
非常感谢你。
这是我的文件的CSS部分,与此有关:
#mainnav {
height:69px;
}
#homeheader {
background:url(../images/mainheader.gif) no-repeat;
height:320px;
}
#page {
width:962px;
margin:auto;
padding:0 20px;
}
.mainheading {
background:url(../images/graybgtop.gif) center bottom no-repeat;
height:60px;
line-height:60px;
text-align:center;
margin:0 0 1px 0!important;
color:#251f1b!important;
}