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>
<div id="main">
    <table>
    <tr>
    <td class="one">qweqwe</td><td class="one">dwqdqwd</td>
    <td class="one">wefwef</td><td class="one">ewfwefwe</td>
    <td class="one">wefwef</td><td class="one">ewfwef</td>
    <td class="one">regergerg</td><td class="one">wefwefwef</td>
     <td class="one">wefwef</td><td class="one">wefwef</td>
    <td class="one">wefwef</td><td class="one">reergerg</td>
    </tr>
</table>
</div>
</body>
</html>
 
#main
{
  position:absolute;
  width:200px;
  height:500px;
  border:1px solid;
  overflow:hidden;
}
table
{
  
}
.one
{
  height:30px;
  background:#ef7;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers