mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
30 lines
599 B
HTML
30 lines
599 B
HTML
<!--Commented code available in commented_code/index.html-->
|
|
<HTML>
|
|
|
|
<HEAD>
|
|
<TITLE>Test Layer003</TITLE>
|
|
|
|
</HEAD>
|
|
|
|
<BODY>
|
|
In Vav4.0, layers are in the same "span space" as their parents.
|
|
<br>That means spans can be closed inside layer, and affect layers' parents.
|
|
|
|
<FONT color=red>
|
|
Text in color=red SPAN.
|
|
<LAYER TOP=50 LEFT=150 NAME="text001" HEIGHT="150" WIDTH="200" SRC="text003.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
|
|
</p>
|
|
|
|
|
|
</BODY>
|
|
</HTML>
|