I’ll keep it brief. I’m trying to make a div element height 100%. All of the parent elements are set to 100% height, so that shouldn’t be an issue. The original code is here: http://pastebin.com/THK13a2q
Here’s a picture of the situation/problem. The dark grey background (id=”content”) is supposed to be 100% in height.
https://i.stack.imgur.com/poCxq.png
I think it has to do with the float on
#rightfeed. You need to either set this toclear: bothor add a div directly after it withclear: bothapplied.If this doesn’t work, please create a jsfiddle so we have something to play with.