Hi all,
I am redesigning/developing an existing web-based application that needs a lot of space on the screen.
If the application runs on a 30-inch iMAC it displays nicely. However, not everyone has a monitor this large.
It does not display well on small monitors or projectors, even when the resolution is changed.
The interface/page has two parts. The left side shows statistics, graphs, etc. and changes/updates based on actions/events on the right side of the page.
Making the interface items smaller is not really an option as it is almost already too small.
The left side has about 80 rows of data plus graphs.
Currently the right side has 25 divs that are about 300px x 300px and the divs are laid out as 5 x 5, so there is already a lot of vertical scrolling. However, sometimes the number of divs on the right side is 20 or 30.
Aside from horizontal scrolling, does anyone have any suggestions?
Thanks very much.