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>
  <style>
    .container{
      width: 500px;
      border: 1px solid red;
      min-height: 1000px;
      margin-left: auto;
      margin-right: auto;
      
    }
    
    .nav-box{
      width: 100px;
      border: 1px solid blue;
      min-height: 50px;
      margin-left: -130px;
      margin-top: 50px;        
    }
  </style>  
  
  <div class='container'>
     <div class='nav-box'>
       stayed fixed vertically; rather than move when scrolled
    </div>
    <br />
  </div>  
  
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers