Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  <div id='d1'>
    <form action='' >
    <input type='text' name='anth_m' id='anth_m' value='0' />
      <input type='text' name='sma' id='sma' />
    </form>
  </div>
</body>
</html>
 
#d1 {
  background: url("http://www.tinyuploads.com/images/5NhDny.png");
  width: 550px;
  height: 250px;
}
#anth_m {
  position: relative;
  top:130px;
  left: 120px;
  width: 80px;
}
#sma {
  position: relative;
  top: 120px;
  left: 260px;
  width: 100px;
  
}
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers