Source code

Revision control

Copy as Markdown

Other Tools

<?xml version="1.0" encoding="utf-8"?>
<head>
<title>Drag feedback for partly visible image: fixed position</title>
<style type="text/css">
img
{position:fixed;
top:-50px;
left:-50px;}
p + p
{margin-top:100px;}
img
{height:100px;
width:100px;}
</style>
</head>
<body>
<p><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAEElEQVR42mNgaGD4D8YwBgAw9AX9Y9zBwwAAAABJRU5ErkJggg==" alt="PNG green pixel" ondragstart="event.dataTransfer.effectAllowed = 'copy'"/></p>
<p>Try to drag green box above. Feedback overlay should be green square.</p>
</body>
</html>