What is the best way (using HTML/CSS) to create an iTunes-style layout with the following features:
- a left column with a fixed width but fluid height (scrollbars for overflow) (BLUE below)
- a main content column with fluid width and height (scrollbars for overflow) (RED below)
- a bottom right box with fixed width and height which remains stuck to the bottom of the browser? (GREEN below)
Here is an example:
I'm happy to use Javascript/JQuery if there really isn't a pure CSS solution.
Thanks!