I just finished putting together a two-column layout.
<div class="layout">
<div class="col1"></div>
<div class="col2"></div>
</div>
There are a couple of things I'm wondering about:
Is there a way to make the right column scroll only when the mouse hovers over that side?
How can I prevent the right column from moving strangely? Sometimes, scrolling up creates white space above the column, or scrolling left/right adds extra space on the sides. (Note: This issue doesn't happen in JS Fiddle, but occurs on my MacBook using Safari).