The z-index property defines stacking order for a page. By
default, elements that appear in the same layer of a document are stacked in
source order. In other words, an element that appears after another in the
HTML source for the page will generally be stacked above it.
By assigning z-index values to elements, however, you can put elements in
specific stacking layers. If all elements appear in stacking layer 0 by default,
any element in stacking layer 1 (z-index: 1) will appear above all elements
in layer 0.
This is example, '020Stacking_Elements.html' from [Loc3979][27%][NLL267].
The absence of romance in my history will, I fear, detract somewhat from it interest; but if it be judged useful by those inquirers who desire an exact knowledge of the past as an aid to the interpretation of the future, which in the course of human things must resemble if it does not reflect it, I shall be content.
The absence of romance in my history will, I fear, detract somewhat from it interest; but if it be judged useful by those inquirers who desire an exact knowledge of the past as an aid to the interpretation of the future, which in the course of human things must resemble if it does not reflect it, I shall be content. In fine, I have written my work, not as an essay which is to win the applause of the moment, but as a possession for all time.
This matches the output shown on [NLL269].