Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <div class="scroll">
    START Large container, fixed width, only one row, scrolls to end if overflow happens, -------------------------> END
  </div>
</body>
</html>
 
body {
  margin: 50px 0;
}
.scroll {
  width: 10em;
  border: 1px solid red;
  white-space: nowrap;
  overflow: hidden;
}
Output

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

Dismiss x
public
Bin info
criswellpro
0viewers