Too much data for the browser window? Solution: iframe

Recently I was asked to put a webpage online which contained some navigation and some content. There was more content than could fit the browser on an average screen. So the content looked basically like this:

But then I was sent a new version which was cleverer,

The result of this complexity was that the iframe nearly—but not quite—fitted into the browser's content area (assuming you had your browser maximised).

Because the iframe didn't sit quite at the top of the window, this meant:

I mean I don't know what aspect of "the browser will display a scroll bar if there's more data than will fit in the window, without needing Javascript and iframes" they didn't understand.

I suppose the navigation will always be shown, but I think people are used to navigation scrolling with the content these days. And if the objective was to keep the navigation on the screen, one could have used a normal frame, which would have required no Javascript, and still resulted in only one scrollbar, in the place where the user expects it.

Really the whole "scrollbar within a scrollbar" concept (which unfortunately is pretty much mandatory if you have a text area within a webpage) is really so nasty.

P.S. I recently created a nerdy privacy-respecting tool called When Will I Run Out Of Money? It's available for free if you want to check it out.

This article is © Adrian Smith.
It was originally published on 16 Apr 2008
More on: FAIL | Web | Requirements & UX