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 class="btn-file">
    <input type="file" class="hidden-input">
    Select your new picture
  </div>
</body>
</html>
 
    .btn-file {
      display: inline-block;
      padding: 8px 12px;
      cursor: pointer;
      background: #89f;
      color: #345;
      position: relative;
      overflow: hidden;
    }
    .btn-file input[type=file] {
      position: absolute;
      top: 0;
      right: 0;
      min-width: 100%;
      min-height: 100%;
      filter: alpha(opacity=0);
      opacity: 0;
      cursor: inherit;
      display: block;
    }
Output

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

Dismiss x
public
Bin info
netsmertiapro
0viewers