I am in need of a two-column layout where the columns are proportional in size and do not overlap. The left column should have minimal content at the top and scroll along with the page as the user scrolls down. On the other hand, the right column will contain extensive data without a scrollbar, allowing the browser to handle scrolling down the page.
My goal is to merge two examples - one maintaining proportionality like Example 2 while ensuring that the left side content follows the user down the screen to view all of column 2, similar to how it works in Example 1.
To better understand what I mean, please check out the example links below:
I have made an update to the example by including a JQuery UI calendar in the left div to demonstrate issues of resizing the right column correctly when using position: fixed layouts (specifically, the JQuery calendar overflowing its div.)
I am seeking a fluid yet functional two-column layout where the columns maintain proportionality and scroll behavior as described above.