Layout with Absolute Positioning - Errors Found

Explanation Provided

Having this display did not work on 085_AbsPositioning.html probably because #all2 was not defined starting with the top of the page. Here, too, when location of section was not correctly defined, the panel was overwritten by the page definition or did not appear correctly.

The page size defined here is 840 x 940. However, it can be defined without the 20px edges by setting: left: 0px, top: 0px, width: 840px and height: 960xp; then I have 840px x 960px.
It may be possible to stretch the page width to 860px.