1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
|
<html>
<head>
<title>Seitenname</title>
<body bgcolor=”#99BD82”>
<BODY marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="auto">
<img src="design.png">
<div id="Layer1" style="position: absolute; left: 50px; top: 160px;">
<iframe src="menu.htm" name="frame" width="140" height="360" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>
<div id="Layer2" style="position: absolute; left: 250px; top: 155px;">
<iframe src="home.htm" name="frame" width="670" height="370" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>
</body>
</html>
|