html - Css,内容不在边界内

标签 html css

我将此 div 的高度设置为 100%,但内容不断溢出。

这是页面:http://cowgirlsbaking.com/membership

CSS:

#content {

 margin-left: auto;
 margin-right: auto;
 background-color: #FCF6E9;
 width:868px;
 height:100%;
 min-height: 650px;
 -moz-border-radius: 15px;
 -webkit-border-radius: 15px;
 border: 10px solid #EB7CDB;

最佳答案

overflow: auto; 添加到 #content

关于html - Css,内容不在边界内,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3063167/

相关文章:

html - 模仿这个 webkit css 跨浏览器

html - CSS如何翻译其中包含全部内容的DIV

html - 如何制作带有居中 Logo 的导航栏

jquery - 使用 CSS 调整元素大小?

html - mozilla 和 chrome 中的组合框

html - 将iframe视频播放器替换为指向目标页面的链接

html - 有没有办法在 HTML5 视频上使用 DRM?

html - 响应式网站 : Faulty Logo and Banner Wrap, 导航栏

php - 文件类型输入不在循环中

css - 100% Div 重复背景图片媒体查询