How to fill 100% of remaining height?
You should be able to do this if you add in a div (#header below) to wrap your contents of 1. If you float #header, the content from #someid will be forced to flow around it. Next, you set #header‘s width to 100%. This will make it expand to fill the width of the containing … Read more