summaryrefslogtreecommitdiff
path: root/impattern/im/imdither/test.html
blob: 9d70c049a8650f452abd5f28daebb16236c846a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
  <head>
  </head>
  <body>
    <div class="master">
      <div class='wedge'>
      </div>
      <div class='wedge'>
      </div>
      <div class='wedge'>
      </div>
      <div class='wedge'>
      </div>
    
      <div class='wedge'>
      </div>
    
      <div class='wedge'>
      </div>
      <div class='wedge'>
      </div>
      <div class='wedge'>
      </div>
      <div class='wedge'>
      </div>
      <div class='wedge'>
      </div>
    </div>
    <script type="text/javascript">
      $(function(){
        $('.master').masonry({
          // options
          itemselector : '.wedge',
          columnwidth : 240
        });
      });

    </script> 

  </body>
</html>