Css, Content not staying inside border
Posted
by Davey
on Stack Overflow
See other posts from Stack Overflow
or by Davey
Published on 2010-06-17T15:34:10Z
Indexed on
2010/06/17
15:43 UTC
Read the original article
Hit count: 285
I have the height of this div set to 100% but content keep overflowing out of it.
Here is the page: 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;
© Stack Overflow or respective owner