Okay, I’m sure I screwed something up. I attached a screen shot of what it’s doing. I’m using the sticky footer code previously discussed/created, here’s my CSS:
body, html
{
margin: 0;
padding: 0;
height: 100%;
}
#Wrap
{
width: 100%;
margin: -100px auto 0 auto;
min-height: 100%;
}
#Content
{
margin: 0 auto;
border-top: 110px solid #fff;
background: #fff;
width: 770px;
padding-left: 15px;
padding-right: 15px;
}
#Footer
{
margin: auto;
min-height: 100px;
clear: both;
width: 100%;
}
There is enough content for the page to have to scroll (for me anyways), and it’s not doing this on the other page I made where I also have to scroll (but not as much - I think the footer is actually the only thing hidden on that one). And I’ve been looking at the HTML, and it looks exactly the same as far as the divs go x.x
Assistance please? :injured:
Okay wait, I figured it out as I was typing this… so now I just want to know why it does it…
I set p{margin-bottom: 0;} and it makes that gap. If I put a BR tag right after the </p> it connects just fine… Isn’t the div what’s suppose to be connecting them? Not the elements inside?