<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
<style type="text/css">
#example {
position:relative;
width:875px;
}
#layer1 {
position:absolute;
width:100px;
height:100px;
z-index:1;
left:332px;
top:150px;
}
</style>
<script type="text/javascript" src="dom-drag.js"></script>
</head>
<body>
<div id="example">
<div id="layer1" style="position: absolute; left: 295px; top: 100px; width: 37px; height: 40px">
<img alt="" src="sights-button.gif" width="39" height="40">
</div>
<div id="example">
<div id="layer2" style="position: absolute; left: 399px; top: 95px; width: 37px; height: 40px">
<img alt="" src="sights-button.gif" width="39" height="40">
</div>
<div id="example">
<div id="layer3" style="position: absolute; left: 529px; top: 96px; width: 37px; height: 40px">
<img alt="" src="sights-button.gif" width="39" height="40">
</div>
<img src="austria/map-wien.gif" alt="">
</div>
<script type="text/javascript">
Drag.init(document.getElementById("example"));
</script>
<div>
</div>
</body>
</html>
Bookmarks