Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>How to set offset to droppable box?</title>
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/themes/base/jquery-ui.css" rel="stylesheet">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>
<style>body{font-size:62.5%;}</style>
<style>
.drag { width: 30px; height: 30px; background: silver; }
.drop { width: 150px; height: 100px; border: 1px solid gray; position: absolute; top: 30px; left: 200px; }
</style>
</head>
<body>
<div class="drag"></div>
<div class="drop"></div>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers