
The Complete Idiot's HTML Tag Reference
| Index
| Previous Tag: <NOFRAMES>
| Next Tag: <NOSCRIPT>
|
<NOLAYER>
Specifies text that will be displayed by a browser that doesn't support <LAYER> or <ILAYER>.
Support:
-
HTML Standard | Internet Explorer | Netscape Navigator |
Not supported |
Not supported |
4.0 and later |
Notes:
- This tag requires the </NOLAYER> end tag.
Attributes:
- None
Example:
<LAYER LEFT=5 TOP=0 Z-INDEX=1><FONT SIZE=5 COLOR="#FF0000">RED</FONT></LAYER>
<LAYER LEFT=20 TOP=10 Z-INDEX=2><FONT SIZE=5 COLOR="#0000FF">BLUE</FONT></LAYER>
<LAYER LEFT=50 TOP=15 Z-INDEX=3><FONT SIZE=5 COLOR="#00FF00">GREEN</FONT></LAYER>
<NOLAYER>
Sorry, layers are a Netscape-only thing, and probably always will be.
</NOLAYER>
| Index
| Previous Tag: <NOFRAMES>
| Next Tag: <NOSCRIPT>
|
|