0

我加了一个小提琴。当它们缩小时,我不希望 div 之间有空格。

http://jsfiddle.net/TnVEN/

$("#container").click(function(){




    $(".synth").css({
        'transition': 'all 1s',
        'transform': 'scale(0.5)',
         float:"right"             //Shouldn't this kill the spaces???


    });
})
4

0 回答 0