摘要:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>二级菜单</title> <style> *{ list-style: none; text-decoration: none; /*text-align: center;*/ } #my_menu{ width: 65px; /*border: 1px so 阅读全文
摘要:
//1.简单动画 /*尝试构造一个可以执行简单动画的函数 * -参数: * obj:要执行动画的对象 * attr:要执行动画的样式,如left top width height * target:执行动画的目标位置 * speed:移动的速度(正数右移,负数左移) * callback:回调函数,这个函数会在动画执行完毕以后执行 */ //move(imgList,"left",-320*ind 阅读全文