Hi Forum
Hope someone can help. I am struggeling with a problem at www.jagthund.com
My min-height together with z-index is not working so the overflowing content extends over the grey background. Any suggestions?
Thanks
Karin
Hi Forum
Hope someone can help. I am struggeling with a problem at www.jagthund.com
My min-height together with z-index is not working so the overflowing content extends over the grey background. Any suggestions?
Thanks
Karin
No, not at all in the stylesheet. As you can see, I have had to set the min-height pretty heigh - otherwise bottom of the page dispays on the grey background. Take a look at www.jagthund.com
body {
background: #999;
font-size: 12px;
line-height:18px;
font-family: arial, helvetica, sans-serif;
text-align: left;
}
#outer {
position: relative;
width: 930px;
margin: 2px auto;
background:#fff;
}
#inner {
position: relative;
padding:10px;
min-height:100000px;
z-index:999;
}
Do you have overflow hidden on the container that holds the content?