'MOZILLA_1_8_0_BRANCH'. git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@185757 18797224-902f-48f8-a5cc-f745e15eee43
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>
|