The 'visibility' property specifies whether the boxes generated by an element are rendered. Invisible boxes still affect layout (set the 'display' property to 'none' to suppress box generation altogether).
visible | hidden | collapse | inherit
#container2 { position: absolute; top: 2in; left: 2in; width: 2in; visibility: hidden; }