I am facing a dilemma with a client who desires a similar functionality to the cargocollective theme nonfeed, but we have come to realize that this layout is quite challenging to navigate without specific tools like a scroll wheel, multi-touch scrolling, or a mobile device. For example, my client owns a netbook that lacks a trackpad scroll feature, making navigation nearly impossible. Additionally, I have observed that older individuals tend to rely on grabbing the scrollbar with a mouse.
While one potential solution could involve using jQuery.scrollTop() to implement individual div scrolling with arrows at the top and bottom of each div, this would add an extra layer of buttons that may not be ideal. Alternatively, displaying scrollbars is an option, but it goes against the aesthetic appeal of the design.
I am seeking advice on how to address this challenge: maintaining the visually appealing blank rectangle design while enabling smooth scrolling without requiring a scroll wheel, and minimizing any unnecessary clutter on the screen.