Buchi: Ebenen auf einer Website

Beitrag lesen

Mit "normal" meine ich über Symbolleiste und dann Bildeinfügen. Also nicht irgendwie Seiteneigenschaften und dann Hintergrundbild sonder einfach Bild einfügen.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Unbenanntes Dokument</title>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>

<body>
<div id="Layer1" style="position:absolute; left:19px; top:41px; width:170px; height:382px; z-index:1">
  <p>Home</p>
  <p>Neu</p>
  <p>&nbsp;</p>
</div>
<div id="Layer2" style="position:absolute; left:215px; top:40px; width:523px; height:382px; z-index:2"></div>
</body>
</html>