trisquel-icecat/icecat/dom/events/test/dragimage.html

10 lines
245 B
HTML

<html>
<head>
<title>Drag Image Test</title>
</head>
<body>
<img src="green.png" width=100 height=100>
<div id='over' style='width: 100px; height: 100px; border: 1px solid black;'
ondragover="event.preventDefault();"></div>
</body>
</html>