摘要: 1. 输出 document.write(" ");2. 变量 var3. DOM简介 网页在加载时, 浏览器会创建页面的文档对象模型(Document Object Model) 添加监听器 document.getElementById("xx").addEventListener() 此方... 阅读全文
posted @ 2015-02-11 21:20 Mirrorhanman 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 1. 转换transform: 2D转换 translate() rotate() scale() skew() 倾斜 matrix() 3D转换 rotateX() rotateY()2. 过渡 transition: transition-pro... 阅读全文
posted @ 2015-02-11 17:57 Mirrorhanman 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 1. 对齐 margin水平对齐 position左右对齐 float左右对齐2. 分类属性 cursor 指向某元素时显示的指针类型 display 设置是否和如何显示元素3. 导航栏垂直导航栏水平导航栏 盒子模型 导航菜单1 ... 阅读全文
posted @ 2015-02-11 12:17 Mirrorhanman 阅读(128) 评论(0) 推荐(0) 编辑