12個目のオブジェクトを3列、列の間隔50px、行の間隔30pxでレイアウトする
for(var i=0;i<12;i++){ x = i%3 *50; y = Math.floor(i/3) * 30; }
posted: 2010年4月月14日(水曜日) 17:50category: memo, web-dev ご感想をどうぞtrackbackURL:http://www.hrkd.net/2010/04/14/id_650/trackback
Name (required)
Mail (will not be published) (required)
Website