You're 100% right and I totally agree.
But I'm currently struggling with a technical/css problem to bring in these horizontal scroll bars: The entire page layout is based on absolutely positioned boxes using top/bottom and left/right values to scale with the window size. The body has overflow:hidden to avoid the strange bounce effect in webkit browsers when using the scroll wheel. That effect is nice but totally unwanted here. And I didn't find a better solution to >
disable
that bouncing other than with overflow:hidden.
Also spawning a div that does the scrolling wouldn't work because the absolutely positioned boxes still resize with the window and not the surrounding element. Sigh!
Any help on this would be much appreciated.
~Thomas
Would an alternative solution be to use the "More" icon as an overflow area where RC puts icons that don't fit when the window is too small?
Ted To