On this fiddle:
http://jsfiddle.net/TechplexEngineer/nFZ8e/1/
How could one get the blocks element to fill the rest of the sidebar?
Thanks,
Blake
Edit: How can I make it so when I re-size the window the scrolled area remains stuck to the bottom. (No red shows beneath)
Add
overflow: hidden;to your sidebar, and setpadding-bottom: 9999px;on your block-level element that you want to extend all the way down.http://jsfiddle.net/nFZ8e/3/