Max: HTML: Mouseover-Effekt, Bild fixieren - Wie?

Beitrag lesen

Ok und noch einmal Hallo,

nun habe ich inzwischen eine möglichkeit herausgefunden.

Ich verwende eine Ebene.

Doch wie kann ich sie fixieren?
Ich habe sie schon "Absolute" gesetzt doch trotzdem verschiebt sie
dich, wieso das?

Bitte helft mir.

Hier mein bisheriger Quelltext.

<!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>
<style type="text/css">
<!--
body {
 background-image: url(hintergrund.jpg); background-repeat:no-repeat; background-position:center; background-attachment:fixed;
 }
-->
</style>
<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; width:75px; height:58px; z-index:1; left: 541px; top: 98px;"><img src="gaestebuch.JPG" width="75" height="53"></div>

</body>
</html>