上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
摘要: Document 春江潮水连海平,海上明月共潮生。   滟滟随波千万里,何处春江无月明。   江流宛转绕芳甸,月照花林皆似霰。   空里流霜不觉飞,汀上白沙看不见。 运行代码 阅读全文
posted @ 2010-06-21 23:39 豪情 阅读(857) 评论(0) 推荐(0) 编辑
摘要: 你在写css时样式表加上浏览器标识符就行了,各浏览器区别如下: IE都能识别*,标准浏览器(如FF)不能识别*;IE6能识别*,但不能识别 !important;IE7能识别*,也能识别 !important;IE8能识别\0,不能识别*,+,_,*加!important;FF不能识别*,但能识别 !important;例如style=”*width:10px!important;... 阅读全文
posted @ 2010-06-21 14:04 豪情 阅读(624) 评论(0) 推荐(1) 编辑
摘要: 译自:你需要知道的CSS3 动画技术译自:What You Need To Know About Behavioral CSS请尊重版权,转载须注明本站链接!译序:本文译自Smashingmagazine,但是原文讲述的内容有些浅,也不是很完整,前端观察在翻译的前提下,增加了更多的更系统的内容。如有不足之处,欢迎指正补充。随着网络的发展,浏览器具有更强的渲染更高级代码的能力,我们正逐步实现跨越所有... 阅读全文
posted @ 2010-06-21 13:24 豪情 阅读(2789) 评论(0) 推荐(1) 编辑
摘要: http://www.see-design.com.tw/i/css_position.html 阅读全文
posted @ 2010-06-17 11:36 豪情 阅读(843) 评论(0) 推荐(1) 编辑
摘要: 速查手册(PDF),很全面,严重推荐;http://www.vfresh.org/w3c/667zencoding(HTML) for EditPlus v1.0http://www.99css.com/?p=253 在UlrtraEdit中配置Zen Codinghttp://www.dotblogs.com.tw/hatelove/archive/2009/12/18... 阅读全文
posted @ 2010-06-13 10:18 豪情 阅读(878) 评论(0) 推荐(0) 编辑
摘要: 主要知识点有: 数组的两种新建方式, Math.random函数的运用 innerHTML与 += 运算符的运用<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="h... 阅读全文
posted @ 2010-06-11 10:31 豪情 阅读(321) 评论(0) 推荐(0) 编辑
摘要: This is a div 运行代码 阅读全文
posted @ 2010-06-07 13:17 豪情 阅读(444) 评论(0) 推荐(0) 编辑
摘要: [代码]来自于:http://www.cnblogs.com/bluedream2009/archive/2010/05/28/1746713.html 阅读全文
posted @ 2010-06-03 09:19 豪情 阅读(518) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="Content-Type" content=&qu 阅读全文
posted @ 2010-06-02 10:40 豪情 阅读(1822) 评论(1) 推荐(1) 编辑
摘要: 整理下面试题1.Math对象的常用方法list[代码]2.写一个js的自定义类,类的继承是怎么实现的,写一个json类3.写一段程序把字符串反转4.用json类的形式叙述一个对象5.写一个xml的遍历方式children nextElementSibing prevousElementSibling lastXXX firstXXX6.javascript的常用对象列出来7.dom对象的常用方法8... 阅读全文
posted @ 2010-06-01 16:49 豪情 阅读(670) 评论(0) 推荐(0) 编辑
摘要: 豪情 豪情 豪情的blog是 http://jikey.cnblogs.com 欢迎加入js学习团队:3643843 运行代码也没什么技术含量,主要是return false,阻止打开链接,也可以用 event.preventDefault(); 阅读全文
posted @ 2010-05-28 10:17 豪情 阅读(1558) 评论(0) 推荐(0) 编辑
摘要: 这个没什么技术含量,slideup,and slidedown的用法,其它是力图最简洁的css排版代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--*{margin:0;padding:0;font-size:12px;}input{width:12... 阅读全文
posted @ 2010-05-27 11:14 豪情 阅读(526) 评论(0) 推荐(0) 编辑
摘要: animate弹出后,调用out函数消失。 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"> ... 阅读全文
posted @ 2010-05-27 10:43 豪情 阅读(966) 评论(2) 推荐(1) 编辑
摘要: 主要知识点:animate的运用,hover的两个处理 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml... 阅读全文
posted @ 2010-05-27 10:11 豪情 阅读(785) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta htt... 阅读全文
posted @ 2010-05-27 09:44 豪情 阅读(769) 评论(1) 推荐(0) 编辑
摘要: http://webfx.eae.net 阅读全文
posted @ 2010-05-26 12:15 豪情 阅读(527) 评论(0) 推荐(0) 编辑
摘要: http://www.portalzine.de/Horizontal_Accordion_Plugin_2/index.html 阅读全文
posted @ 2010-05-26 10:04 豪情 阅读(504) 评论(0) 推荐(0) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--function$get(id){returndocument.getElementById(id);}functionaddLoadEvent(func){varoldonload=window.o... 阅读全文
posted @ 2010-05-25 09:12 豪情 阅读(477) 评论(0) 推荐(0) 编辑
摘要: godaddy.combizhostnet.com 阅读全文
posted @ 2010-05-24 13:12 豪情 阅读(310) 评论(0) 推荐(0) 编辑
摘要: http://www.freepdfconvert.com/ 阅读全文
posted @ 2010-05-24 11:41 豪情 阅读(1087) 评论(0) 推荐(0) 编辑
摘要: http://www.molook.com/cui/example/web/index.html http://demo.dwzjs.com/#_blank 阅读全文
posted @ 2010-05-21 10:11 豪情 阅读(477) 评论(0) 推荐(0) 编辑
摘要: CSS学习网 - 5群 87951377 群主实现的圆角 <style type="text/css">body,p,div {margin:0;padding:0;}.Box {margin:10px auto;width:500px;}/*淘宝的圆角方法*/.R-1-T,.R-1-B {height:6px;position:relative;background-image:ur... 阅读全文
posted @ 2010-05-20 21:31 豪情 阅读(716) 评论(0) 推荐(0) 编辑
摘要: [代码]来自于:http://www.gzdfbz.com/Content/201003/25/880.html 阅读全文
posted @ 2010-05-19 18:07 豪情 阅读(332) 评论(0) 推荐(1) 编辑
摘要: 豪情 姓名 QQ E-mail 豪情 249056406 jikeytang@gmail.com tony 1234567 puag@gmail.com tony 1234567 puag@gmail.com tony 1234567 puag@gmail.com tony 1234567 puag@gmail.com 豪情啊 不得了 真是的 运行代码 阅读全文
posted @ 2010-05-18 09:48 豪情 阅读(1506) 评论(0) 推荐(0) 编辑
摘要: <form action=""><input type="text" name="textRange" size="50" value="这是豪情的blog,这里是技术的海洋,是人生的第一起跑线~!" /><br /><textarea name="yourForm" rows=3 cols=40 wrap=virtual>豪情提示:这里是测试文本,... 阅读全文
posted @ 2010-05-17 13:07 豪情 阅读(281) 评论(0) 推荐(0) 编辑
摘要: Document name: password: textarea: 运行代码 阅读全文
posted @ 2010-05-17 10:01 豪情 阅读(1563) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta h... 阅读全文
posted @ 2010-05-14 11:23 豪情 阅读(874) 评论(0) 推荐(0) 编辑
摘要: 源自于:http://bbs.blueidea.com/thread-2860424-1-1.html这个主要用来,写测试例子时搭配色。 阅读全文
posted @ 2010-05-14 09:17 豪情 阅读(740) 评论(1) 推荐(1) 编辑
摘要: 来自于:http://bbs.blueidea.com/thread-2860424-1-1.html收集与整理:Hmily http://mysheji.com/blog 阅读全文
posted @ 2010-05-14 09:16 豪情 阅读(950) 评论(1) 推荐(0) 编辑
摘要: 豪情 change(fn) 在每一个匹配元素的change事件中绑定一个处理函数。 change事件会在元素失去焦点的时候触发,也会当其值在获得焦点后改变时触发。 字体大小 背景颜色 字体颜色 春江花月夜 春江潮水连海平,海上明月共潮生。滟滟随波千万里,何处春江无月明。 江流宛转绕芳甸,月照花林皆似霰。空里流霜不觉飞,汀上白沙看不见。 江天一色无纤尘,皎皎空中孤月轮。江畔何人初见月?江月何年初照人... 阅读全文
posted @ 2010-05-13 11:17 豪情 阅读(572) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页