Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE HTML>
<html>
  <head>
    <style type="text/css">
      .example_path {
    overflow: hidden;
    width: 50px;
    height: 50px;
      }
      .example_block {
        min-width: 100px;
    height: 50px;
       }
      .example_in_block {
        width: 50px;
    height: 50px;
        float:left;
       }
    </style>
  </head>
     
  <body>
    <div class="example_path">
      <div class="example_block" onclick="animate(this)">
        <div class="example_in_block" style="background-color:blue;"></div>
        <div class="example_in_block" style="background-color:pink;"></div>
        <div style="clear:both;"></div>
      </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