Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="//code.jquery.com/jquery-1.9.1.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <div class="menu">
    <div class="menu-wrapper">
      <ul>
        <li><a href="#">Item 1</a></li>
        <li><a href="#">Item 2</a></li>
        <li><a href="#">Item 3</a></li>
        <li><a href="#">Item 4</a></li>
        <li><a href="#">Item 5</a></li>
      </ul>
    </div>
    
    <button class="control">UP</button>
  </div>
</body>
</html>
 
.menu-wrapper 
  padding: 10px
  height: 110px
  overflow: hidden
  position: relative
  ul
    margin: 0
    padding: 0
    position: absolute
    top: 0px
  li
    list-style: none
    padding: 0
  a
    display: block
    margin: 10px 0
    font-size: 25px
    text-decoration: none
    font-family: Arial, sans-serif
      
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers