Mootools层拖动实例,带排版功能_Mootools

查看演示效果
Mootools层拖动实例,带排版功能

基于Mootools的网页层拖动实例,带有自动排版功能,本实例中包含三段代码:
  第一段代码就是引入Mootools,定义CSS中的position:relative ,注意这里如果不定义position,Mootools会自动将其定义为absolute,因此你最好是定义一下;
  第二段代码是拖动模块,分为两列,一列中有两个拖动模块,如果你对CSS技术很熟悉的话,你完全可以将table换为DIV。
  第三段代码是最核心的拖动和排版功能代码,你需要仔细看看。

相关Mootools