Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US" xmlns:x2="http://www.w3.org/2002/06/xhtml2">
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  <div class="bg">
    <div class="a tall">
      <div class="aa">titlebar</div>
      <div class="b">
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
        line<br><br>
      </div>
    </div>
  </div>
</body>
</html>
 
body { overflow: hidden; height: 100%; margin: 0; padding: 0; }
/* IE8 needs ruleset above */
.bg {
 background: #333;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  height: 100%; /* needed in IE8 */
}
.a {
 background: #eee; border: 3px solid #000;
  height: 80%; max-height: 800px; min-height: 200px;
  margin: 0 auto; 
  position: relative;
  width: 80%; min-width: 200px; max-width: 800px;
}
.aa { 
  background: lightblue;
  height: 28px; line-height: 28px; 
  text-align: center;
}
.b { 
  background: coral;
  overflow: auto;
  padding: 20px;
 position: absolute;
  top: 30px; right: 0; bottom: 0; left: 0;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers