摘要: DOM事件 一、事件流 冒泡事件: 捕获事件: 二、HTML事件处理程序:事件直接加在HTML结构里面 举例:<input type=”button” value=”按钮” onclick=”alert(‘hello’)”>; 或者直接用 <input type=”button” value=”按钮 阅读全文
posted @ 2016-04-03 10:22 我就是那个王小明 阅读(189) 评论(0) 推荐(0)
摘要: 涉及到的知识点: 1、onmouseover,onmouseout 2、dom getElementByTagName 3、新建节点元素createElement; <!DOCTYPE html><html> <head> <title> new document </title> <meta ht 阅读全文
posted @ 2016-03-28 13:51 我就是那个王小明 阅读(413) 评论(0) 推荐(0)
摘要: 一、垂直菜单 <html ><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>导航菜单</title><style type="text/css">*{margin:0; padding 阅读全文
posted @ 2016-03-25 20:34 我就是那个王小明 阅读(260) 评论(0) 推荐(0)