The center column is supposed to have horizontal and vertical scroll bars, and the content in that one column needs to be viewed by scrolling while the other columns just get longer as content is added.
I think my solution for the background color may be stopping me from doing the center column.
It's also a matter of how wide that block is. If that block is wide enough to hold the entire text without scrolling then it won't scroll. So you'll need to adjust the width of those blocks if you need it to scroll.
Right, so I have overflow: scroll in there...that's why the vertical bar is showing up. But...since the width is set to 33% and the height just adjusts with the content...how will it actually ever scroll?
Even if I set the width to say 150px...the text just keeps wrapping, and it never scrolls...how do I stop if from wrapping?
Right, so I have overflow: scroll in there...that's why the vertical bar is showing up. But...since the width is set to 33% and the height just adjusts with the content...how will it actually ever scroll?
Even if I set the width to say 150px...the text just keeps wrapping, and it never scrolls...how do I stop if from wrapping?
There are 4 paragraphs of text...you can't see the 4th paragraph (well maybe just the top)...the scroll bar is there...yet you can't scroll. ....Sigh....
Basically the scroll bar is there...but inactive...even with text below that should be scrollable to.