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>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
  #kb-board {
  
   width: 400px;
   border: 1px solid green;
   height: 105px;
   margin-right:140px;
   position:absolute;
   left: 0;
   top: 0;
   overflow: auto;
  }
  #palette {
    width: 100px;
    height: 25px;
    display: block;
    overflow: hidden;
    top: 0;
    bottom: 0;
    position: fixed;
    right: 100px;
  }
  #boards-container {
      width: 800px;
      float: left;
      height: 105px;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
   }
  #lane {
    height:105px;
  }
</style>
</head>
<body>
  <div id="kb-board">
    <div id="boards-container">
      <div id="lane">Long&nbsp;content&nbsp;Long&nbsp;Long&nbsp;Long&nbsp;Long&nbsp;Long&nbsp;LongLongLongLongLongLon&nbsp;Long&nbsp;Long&nbsp;Long&nbsp;Long&nbsp;Long&nbsp;Long&nbsp;Long&nbsp;Long&nbsp;Long&nbsp;Long&nbsp;Long&nbsp;Long&nbsp;<br/></div>
    </div>
    <div id="palette"><input type="edit" value="Type here"/></div>
  </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers