Introduction
You can save or view this document's source code using your browser menu
commands.
The code is very simple. Position the layers absolute, giving them all
the same left, top and width settings. An onload handler can show the first
layer when the document loads.
A global variable keeps track of the currently visible layer so it can be
hidden when a link is clicked to show another.
Positioning
This version puts the layers at specified (absolute) positions. It is
possible for your layers to appear inline in your page, i.e., relative to
other page content, for example in a table cell.
See the inline example.