Layer, welcher sich auf der Webseite bewegt?

Hier der Code:

HTML:
<html>
<head>
<title>Titel</title>


<style type="text/css">
<!--

#layer {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size:14px;
  width:400px;
  border: 2px;
  border-color:#000000;
  padding:3px;
  position: absolute;
  top: 200px;
  left: 350px;
}

-->
</style>


<body onMouseOver="window.status='Titel';return true;">
<script type="text/javascript" src="wz_dragdrop.js"></script>

Body-Inhalt

<!-- LAYER START-->
<div id="layer" onClick="this.style.display = 'none'" style="position:absolute;">
LAYER-INHALT

<a href="#" onClick="getElementById('divlayer1').style.display = 'none'">Schließen</a>
</div>
<!-- LAYER ENDE-->





</body>
 

Neue Beiträge

Zurück