making the site/app ui unscrollable

making the site/app ui unscrollable

Hi

I am experimenting with fluid grids in dw in order to make my app-to-be look good at different resolutions.

THere is however one issue I have come across.

the app consists of two pages, or actually one big with a bookmark to where the second part starts. I need them to be one page because the settings that are made on "page one" are used on "page two".

  1.  <p><a href="#page2">Ready.</a></p>

There is a problem however with minute resolutions, like 240*400, because either some part of "page one" stays visible on page2, when the latter is too short, or an extra blank space remains at the bottom of page 2 (I wonder if this description is clear).

I need page 2 to remain solid, undraggable. How to achieve that?