cmgmyr Posted January 11, 2007 Share Posted January 11, 2007 Hey everyone, Please take a look at:http://syracusecs.com/deluca/temp.html - No contenthttp://syracusecs.com/deluca/temp2.html - Contenthttp://syracusecs.com/deluca/css/style.cssThe problem that I'm having is that with the page with no content I can't get the footer to attach itself to the bottom of the page. If you look at the page with content you will see how I need this to look. The page that doesn't have content has a lot of overflow on the bottom. If I can get the 2 footers to attach to the bottom...problem solved.Please let me know how to fix this, or if you have any other ways I can do this, I'm pretty much open for anything as long as it looks like it supposed to look. Please let me know if you need anyother information or need to clarify anything.Thanks,-Chris Quote Link to comment https://forums.phpfreaks.com/topic/33705-100-height-2-footers-not-getting-attached-to-bottom/ Share on other sites More sharing options...
cmgmyr Posted January 11, 2007 Author Share Posted January 11, 2007 UPDATE:I got it to not extend the background all the way down, but the footer is still not going to the bottom of the screen if there isn't enough content to fill it. Quote Link to comment https://forums.phpfreaks.com/topic/33705-100-height-2-footers-not-getting-attached-to-bottom/#findComment-158248 Share on other sites More sharing options...
ToonMariner Posted January 11, 2007 Share Posted January 11, 2007 so what?Fixed height sites are not the most usable out there - it is FAR better to let the content do the job of dictating page height. Quote Link to comment https://forums.phpfreaks.com/topic/33705-100-height-2-footers-not-getting-attached-to-bottom/#findComment-158308 Share on other sites More sharing options...
Guest rancid-tea Posted January 11, 2007 Share Posted January 11, 2007 You may want to check our your design in multiple browsers. It looks like there is a big difference in layout between firefox and IE. Namely, your right top index and right bottom index divs are centered in ff, but all the way to the right (presumably how you want them to look) in IE. Quote Link to comment https://forums.phpfreaks.com/topic/33705-100-height-2-footers-not-getting-attached-to-bottom/#findComment-158461 Share on other sites More sharing options...
cmgmyr Posted January 11, 2007 Author Share Posted January 11, 2007 Thanks, I just made some changes to the page after the last post. I will try and fix this shortly. Any ideas? Quote Link to comment https://forums.phpfreaks.com/topic/33705-100-height-2-footers-not-getting-attached-to-bottom/#findComment-158464 Share on other sites More sharing options...
cmgmyr Posted January 11, 2007 Author Share Posted January 11, 2007 Ok, I fixed those problems and I got the side boxes back on the right in FF.NOW, I can't get the "left" div to extend all the way down to the footer. (So the text doesn't go under the left div. Any ideas about how to do it, I've tried a lot but nothing has worked so far.Thanks,-Chris Quote Link to comment https://forums.phpfreaks.com/topic/33705-100-height-2-footers-not-getting-attached-to-bottom/#findComment-158584 Share on other sites More sharing options...
ToonMariner Posted January 12, 2007 Share Posted January 12, 2007 give your central container a left margin of teh width of the div floated left. (right margin of width of right floated div if you want that the same. Quote Link to comment https://forums.phpfreaks.com/topic/33705-100-height-2-footers-not-getting-attached-to-bottom/#findComment-158745 Share on other sites More sharing options...
cmgmyr Posted January 12, 2007 Author Share Posted January 12, 2007 Thanks, yeah I added enough left padding to the body tag and it took care of it.Thanks again,-Chris Quote Link to comment https://forums.phpfreaks.com/topic/33705-100-height-2-footers-not-getting-attached-to-bottom/#findComment-158747 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.