100% Height
-
Hi everyone. I need some help with my design.
I used Starkers Blank Theme so that I could make my own design from the start and it worked out pretty good. But there’s some problem with my CSS I’ve heard. I don’t know why, but to have a 100% height at my site I need to use stuff like this code at my sidebar div and at the main content div:
height:100%;
min-height:100%;
margin-bottom:-5000px;
padding-bottom:5000px;This code works perfect at almost every page at my site. The problem is the comment and read more links at my blogpage where I just got the summary’s of the articles I’m writing. When I click one those two links my design gets all messed up. I’ve heard it’s because of that code, but then I need some other way to make the 100% height thing. Any ideas anyone?
This is how I want my site to look like:
—–Header—–
-MainCo-Sidebar-
-MainCo-Sidebar-
-MainCo-Sidebar-
-MainCo-Sidebar-
-MainCo-Sidebar-
—–Footer—–No matter how long down the main content goes, or the sidebar goes, I want both of them to go down all the way to the footer.
- The topic ‘100% Height’ is closed to new replies.