<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/transitional.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
<title>Beispiel</title>
</head>
<body style="position:absolute; left:0; top:0; width:100%; margin:0; padding:0">
<div style="position:absolute; width:100%; text-align:center;">
<div style="position:relative; width:500px; height:400px; margin:auto; text-align:left; background-color:#ffffcc;">
<div id="d1" onmousedown="dragstart(this)" style="position:absolute; right:30px; height:100px; width:100px; background-color:#ff0000;"></div></div></div>
</body>
</html>