Div元素更改后的效果

时间:2015-05-31 17:20:20

标签: javascript jquery html css

如何让这些div在效果后停止改变位置?

check out the problem on this fiddle:

    https://jsfiddle.net/d1gxuLn8/1/


Full screen result:

    https://jsfiddle.net/d1gxuLn8/1/embedded/result/

1 个答案:

答案 0 :(得分:1)

删除javascript文件($(this).css('float', 'left');)

中的第26行

浮动 是导致重新排序的原因。