Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
  <style>
    body, html {
      height: 200%;
      padding: 0;
      margin: 0;
      background: #3A3A3A url(http://fc09.deviantart.net/fs70/f/2010/246/b/b/many_worlds_by_casperium-d2xthz4.jpg) repeat;
    }
    #slider {
      position: absolute;
      top: 10px;
      width: 400px;
      border: 1px solid #000;
      border-left: none;
      height: 200px;
      margin-left: -400px;
      background-color: #fff;
    }
    
    #click {
      position: fixed;
      bottom: 10px;
      left; 10px;
      width: 200px;
      height: 50px;
      background-color: #fff;
      color: #000;
      font-size: 20px;
    }
  </style>
</head>
<body>
  <div id="slider">
  </div>
  <button id="click">Click Me</button>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers