This element is used in conjunction with the LAYER
and ILAYER elements to indicate content/HTML markup
that will only appear if the browser does not support the LAYER/ILAYER syntax.
Browsers that DO support the layering syntax will ignore the contents of the
NOLAYER element.
Attributes
This element does not accept any attributes
Example
<layerNAME="two"
LEFT=40 TOP=40
Z-INDEX=2
SRC="http://www.example.com/document.html">Positioned
content</layer>
<nolayer>
<b>Please>/b>
try this page for browsers that can not handle Netscape's LAYER syntax.
<aHREF="http://www.example.com/alternate.html">Simple
Text Page</a>
</nolayer>
DTD Note: The Parent/Content models used for this
are taken from the NOSCRIPT element. I have not experimented with this new element
very much, and documentation for the it is almost nonexistent, but the intended
usage behavior of NOLAYER seems to mirror this element.
Use of this element seems only appropriate when the SRC attribute of the LAYER and
ILAYER elements are used. Otherwise, HTML content within a layer will properly degrade
and this element will not be necessary.
DTD Note: %Core% attributes were not included for this
element because for Netscape it would be unnecessary. Positioning support
(LAYER/ILAYER) occurred at the same time as style sheets (CLASS, ID, STYLE)
so older Netscape browsers would ignore both.