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/jquery.min.js"></script>
<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; }
  
  #container{
    position:relative;
    width:302px;
    margin:0 auto;
    background:#eee;
  }
  .page{
    position:relative;
    width:300px;
    border:1px solid #444;
    height:300px;
    background:#cf5;
    margin:3px;
  }
  #nav{
    cursor:pointer;
    z-index:1;
    position:fixed;
    left:30px;
    top:120px;
  }
  #nav ul{
      list-style:none;
  }
</style>
</head>
<body>
  
  <div id="nav">
    <ul>
      <li>Go to 1</li>
      <li>Go to 2</li>
      <li>Go to 3</li>
      <li>Go to 4</li>
      <li>Go to 5</li>
    </ul>
  </div>
  
  <div id="container">
    
    <div class="page">Page 1</div>
    <div class="page">Page 2</div>
    <div class="page">Page 3</div>
    <div class="page">Page 4</div>
    <div class="page">Page 5</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