iTunes style layout using CSS

Posted by Liam on Stack Overflow See other posts from Stack Overflow or by Liam
Published on 2010-05-05T13:51:32Z Indexed on 2010/05/05 14:08 UTC
Read the original article Hit count: 296

Filed under:
|
|
|
|

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:

iTunes layout example as described above

I'm happy to use Javascript/JQuery if there really isn't a pure CSS solution.

Thanks!

© Stack Overflow or respective owner

Related posts about css

Related posts about jQuery