上一页 1 ··· 6 7 8 9 10
摘要: html======= 全选选项 选项(一) 选项(二) 选项(三) 选项(四) 选项(五) 选项(六) 选项(七) 选项(八) 选项(九) 选项(十)js===========var input=document.getElemen... 阅读全文
posted @ 2015-06-20 08:50 Debugor 阅读(160) 评论(0) 推荐(0)
摘要: html====== 文本框中的文字自动滚动 滟滟随波千万里,何处春江无月明! 江流宛转绕芳甸,月照花林皆似霰。 空里流霜不觉飞,汀上白沙看不见。 江天一色无纤尘,皎皎空中孤月轮。 ... 阅读全文
posted @ 2015-06-20 08:30 Debugor 阅读(216) 评论(0) 推荐(0)
摘要: 图片替换掉即可,图片大小在样式里设置============html==================== ← → ===============css====... 阅读全文
posted @ 2015-06-04 10:41 Debugor 阅读(212) 评论(0) 推荐(0)
摘要: 1 到达页面顶部 2 方法1: 3 在body标签下面放 4 在页面底部放返回顶部 5 6 方法2:在需要返回顶部的地方放返回顶部 7 ps:scrollto(x,y)x,y表示左上角的偏移量 8 方法3: 9 不同于前面2个,缓慢移动到顶部。10 gotop放在页面中需要的位置11 js 在下... 阅读全文
posted @ 2015-06-02 21:04 Debugor 阅读(551) 评论(0) 推荐(0)
摘要: html (结构很重要,包裹) css.a{width: 200px;height: 200px;border: 1px solid #000;position: absolute;}.b{width: 100px;height: 100px;border: 1px solid #00... 阅读全文
posted @ 2015-06-02 17:17 Debugor 阅读(753) 评论(0) 推荐(0)
摘要: html========== Document 123123 css=======#box{width: 100px;height: 100px;background: red url() 0 0 no-repeat;position: absolute;bottom: 0;right: 0;... 阅读全文
posted @ 2015-05-30 21:16 Debugor 阅读(134) 评论(0) 推荐(0)
摘要: //exec and match //1 无子类无全局var str='abcde';var reg=/abc/;//alert(str.match(reg)); //abc//alert(reg.exec(str)); //abc//2 有子类无全局var str='abcde';var reg=... 阅读全文
posted @ 2015-05-13 15:24 Debugor 阅读(212) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10