msonry note

  • 893
  • 0

摘要:msonry note

http://masonry.desandro.com/demos/animating-jquery.html   參考

 

 

    <script src="Scripts/jquery-1.8.0.js"></script>
    <script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>    加入此二項JS

 

    <script>

        $("#testMasonry").masonry({

            itemSelector: ".msTestClass",

            columnWidth: 100,

            isAnimated: true

        })

    </script>

 

///////////////////////////////////////////////////////////////////////////注意Class在同一區

 

    <style type="text/css">
        div.msTestClass
        {
            background-color: #a7ff00;
        }
    </style>
///////////////////////////////////////////////////////////////////////////改CSS