<HTML> <HEAD> <TITLE>Positioning elements with layers</TITLE> </head> <BODY> <LAYER ID=layer1 TOP=10 LEFT=300 WIDTH=50 HEIGHT=60 BGCOLOR=aqua Z-INDEX=1 SRC="layer1.html"> </LAYER> <LAYER ID=layer2 TOP=50 LEFT=30 WIDTH=300 HEIGHT=80 BGCOLOR=magenta Z-INDEX=2 SRC="layer2.html"> </LAYER> <NOLAYER> <p> This page contains elements positioned with layers. It only works in Netscape Communicator 4. This text is only seen by browsers that do not support layers. </NOLAYER> </BODY> </HTML>