gpt4 book ai didi

html - 为什么这里会溢出?

转载 作者:行者123 更新时间:2023-11-28 13:20:55 26 4
gpt4 key购买 nike

我有一个简单的页面,其中有一个顶部菜单、一个右侧菜单和一个中间的看板。

参见 http://jsfiddle.net/pXXNv/

但我总是无缘无故地溢出。

如果我删除

height:100%;

从 body html 中问题已解决,但为什么 div 大于 100% 我找不到答案。

最佳答案

在这种情况下(因为只有固定位置)只有 html 需要 height:100%,而不是 body

html { 
height:100%;
}
body {
margin:0px;
font-family:Open Sans,helvetica, arial, san-serif;
/*background-image:url('achtergrond.png');*/
background-repeat:repeat-x;
background-color:#ffffff;
padding:0px;
}

DEMO

关于html - 为什么这里会溢出?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15875433/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com