mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
29 lines
609 B
HTML
29 lines
609 B
HTML
<!--Commented code available in commented_code/index.html-->
|
|
<HTML>
|
|
|
|
<HEAD>
|
|
<TITLE>Test Layer002</TITLE>
|
|
|
|
</HEAD>
|
|
|
|
<BODY>
|
|
In Vav4.0, SPAN tags go thour layers.
|
|
<br>It remain in effect in its whole scope, including layer.
|
|
<FONT color=red>
|
|
Text in color=red SPAN.
|
|
<LAYER TOP=50 LEFT=150 NAME="text001" HEIGHT="150" WIDTH="200" SRC="text001.html" VISIBILITY="show">
|
|
</LAYER>
|
|
|
|
Text between 2 LAYERs.
|
|
|
|
<LAYER TOP=150 LEFT=10 NAME="text002" HEIGHT="150" WIDTH="300" SRC="text002.html" VISIBILITY="show">
|
|
</LAYER>
|
|
|
|
<P>
|
|
Text not in layer, but still in SPAN
|
|
</p>
|
|
</FONT>
|
|
Text after closing font tag.
|
|
</BODY>
|
|
</HTML>
|