0
出於某種原因,我的jQuery砌體對待col1和col2上有所不同,雖然他們是在CSS一樣(除了顏色和裕)jQuery的砌體checkerboarding
$(document).ready(function() {
$('#container').masonry({
columnWidth:800
});
$('#container').masonry({
itemSelector: '.col1',
columnWidth: 150
});
$('#container').masonry({
itemSelector: '.col2',
columnWidth: 150
});
});
col2的坐右邊,剛好低於COL1,就像棋盤。這裏是JSfiddler與代碼的鏈接。任何人都可以發現爲什麼這樣的結果? JS Fiddler Code of this example 感謝, 雅閣
林瞄準什麼是隻是在主要內容磚石和將頁眉和左導航欄免費磚混結構。爲主要內容添加更多磚塊(「容器」)並不能解決此問題。我想我並不完全理解你所說的解決方案。 您可以通過添加更多磚塊來看到它並不能解決太多問題 [VIEW CODE](http://jsfiddle.net/ArgyleGost/VBacg/37/) – 2012-07-25 08:24:03
@ArgyleGhost:我添加了一些信息。 – Bytemain 2012-07-25 08:50:58
我明白了。非常感謝。砌體文件很簡短,需要更好的幫助頁面。也許他們可以支付你作爲承包商:)感謝您的幫助Chiyou – 2012-07-25 09:31:55