No I hadn't considered that since it's less of an aesthetics thing and far more of a problem with my menu being cut off even after applying overflow:visible.
Main Topics
Browse All TopicsJust today I got the sticky footer working within all browsers (IE6, IE7, IE8, FF, and Chrome) but I cannot seem to get the columns to fill to the bottom of the page unless there is actual content to push it that far. I have tried min-height:100% as well as height:100% within the col divs in most of the configurations possible to no effect. I just have no clue where to go from here. Any help would be greatly appreciated!
The file are attached in a zip file and renamed to .txt files with the original extensions before that.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Your markup had a couple extra closing div tags and a malformed list. You need to get your code proper before you troubleshoot or you'll be working on a house of cards.
You're calling includes in these pages, and without seeing the content of the includes, we're only getting a partial view of things. Would it be possible to post a link to the live page?
I have 2 screenshots attached to better illustrate... As you can see in the IE7 example the left menu gets cut-off by the div while this is not an issue from within FF or Chrome and using Java (which I have enabled for IE6) does not solve this problem. Also from the 2 screenshots you can see that the footer is correct in that no matter the level of content (or lack thereof) the footer is sticky. What I would want to do is extend those columns to the bottom of the page no matter the level of content which would allow the left side menu to be fully seen.
@s8web: unfortunately due to this site being the company's internal site I have no way of posting it externally.
Without seeing all of your code, all I can do is show you some code that works that accomplishes what you're going for. Copy / Paste it and run it locally as a .htm file.
I would have attached the file, but the ee uploader isn't allowing me to. Here is a link instead http://www.s8web.com/ee/as
The background is a 1px high repeating image that gives the illusion of columns. The background is applied to the container div.
Some of this code came from an article about "sticky" footers here...
http://matthewjamestaylor.
Hi All,
Normally I use two techniques dependent on 2 factors: whether a fixed height will hurt or not.
1. Fixed Height
With this technique I specify a fixed height for the container div (eg #container Height: 550px) and then set height of 100% for the sub divs that I ant equal. Since the height is set fixed for the container div, 100% for the child divs will make sense (eg 100% = 550px). This will be good if you are sure your data will not exceed the set height and that you will not mind a fixed height of the set height. See sample code below:
2. http://woorkup.com/2009/10
This method is a great idea you could try.
Good luck
MD
Business Accounts
Answer for Membership
by: locke_aPosted on 2009-10-01 at 09:45:29ID: 25470560
Have you considered a modified faux columns technique (with a background applied to the body which will be 100% height)?
/content/a rticle.cfm ?cid=afc58
http://www.communitymx.com