我正在尝试摆脱出现在我整理的此页面上的明显不需要的第二个垂直滚动条,请参阅http://abchealth.info/doc-mike-special/test3/。
我在这里的研究使我尝试从我的 CSS 中删除“溢出”,但这绝对破坏了我的布局,所以我正在寻找一种解决方案,可以在不更改任何其他内容的情况下删除内部垂直滚动条......
非常感谢您的帮助,谢谢!
这是我的CSS:
/* Generated by KompoZer */
body {
background-image: url(http://abchealth.info/images/bg.png);
}
html, body {
margin: 0;
padding: 0;
height: 100%;
min-height: 100%;
}
div#wrap {min-height: 100%;}
div#mastercontainer {
overflow:auto; width: 100%;
height: 100%;
min-height: 100%;
}
div#header {
background-image: url(http://abchealth.info/images/header-bg.jpg); background-repeat:
repeat-x;
position: top; height: 96px;}
div#content {
}
div#innercontentmiddle {
margin: 0 auto;
width: 540px;
padding:10px; padding-bottom:510px;}
div#footerclear {
}
div#footer {
position:relative; margin-top: -510px; height: 510px; clear:both;
background-image: url(http://abchealth.info/images/footer-bg.jpg); background-repeat:
repeat-x;}
/*Opera Fix*/
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/
}