I want a two column layout where the two columns are proportional in size to each other and won't overlap. The left column has only a little bit of content in the top of it and should scroll down with the page (float along with the page as it scrolls down.) The right column will have a lot of data and won't have a scrollbar, the browser will scroll down the page.
So I want to combine the two examples below so that when the font is resized and the content changes, the columns remain proportional like they are in Example 2, but I also need the left side content to follow the user down the screen as they scroll to see all of column 2 (as it does in Example 1).
Please see the example here to see what I am talking about:
I've updated the example with a JQuery UI calendar in the left div to show how position: fixed; layouts don't resize the right column correclty (the JQuery calendar has issues because it overflows its div.)
I want a two column layout where the two columns are proportional in size to each other and won't overlap. The left column has only a little bit of content in the top of it and should scroll down with the page (float along with the page as it scrolls down.) The right column will have a lot of data and won't have a scrollbar, the browser will scroll down the page.