上一页 1 ··· 8 9 10 11 12 13 14 15 下一页
摘要: <!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> <title>广告</title> <script src="../js/jquery-1.4.4.min.js" 阅读全文
posted @ 2012-07-27 16:28 Uoolo 阅读(158) 评论(0) 推荐(0) 编辑
摘要: document.body.innerHTML = 'xxxx'; $("body").html('XXXX'); //这个是赋值$("body").html(); //这个是获取 阅读全文
posted @ 2012-07-27 14:54 Uoolo 阅读(1987) 评论(0) 推荐(0) 编辑
摘要: $("input").focus(function(){ $("input").css("background-color","#FFFFCC"); }); $("input").blur(function(){ $("input").css("background-color","#D6D6FF"); }); 阅读全文
posted @ 2012-07-27 11:37 Uoolo 阅读(980) 评论(0) 推荐(0) 编辑
摘要: 只有在Position为static才会忽略z-index 声明 阅读全文
posted @ 2012-07-27 11:23 Uoolo 阅读(143) 评论(0) 推荐(0) 编辑
摘要: jquery.autocomplete参考地址 http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ http://docs.jquery.com/Plugins/Autocompletehttp://www.open-open.com/ajax/ajax20080314223855.htmhttp://www.36ria.com/719例子:<html xmlns="http://www.w3.org/1999/xhtml"><head runat="server&qu 阅读全文
posted @ 2012-07-27 10:30 Uoolo 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 1.<marquee id="mar1" scrollAmount="2" direction="up" height="100" onmouseout="scollStart()" onmouseover="scollStop()">内容显示</marquee>marquee 参数:BGColor:滚动文本框的背景颜色。Direction:滚动方向设置,可选择Left、Right、up和down。scrolldelay:每轮滚动之间的延迟时间,越大越 阅读全文
posted @ 2012-07-26 11:08 Uoolo 阅读(972) 评论(0) 推荐(0) 编辑
摘要: $(selector).animate(styles,speed,easing,callback) 阅读全文
posted @ 2012-07-26 11:04 Uoolo 阅读(141) 评论(0) 推荐(0) 编辑
摘要: CSS教程:彻底掌握Z-index属性大多数的CSS属性都很容易使用。常常,当您对标记语言的元素使用CSS属性时,产生的结果会随着您刷新页面而立即呈现。而另一些CSS属性,却会有一些复杂,且只能在给定的环境下才会工作。Z-index属性便属于上面所说的后面的那一组。Z-index无疑的比其他任何属性都会频繁的导致(兼容性)上的混乱和(开发者心理上)的挫败感。但滑稽的是,一旦你真正理解了Z-index,你会发现它却是一个非常容易使用的属性,并且会为解决很多layout 方面的挑战提供强有力的帮助。在这篇文章里,我们会准确的说明究竟什么是Z-index,它为什么会这么不为人所了解,并一起讨论一些关 阅读全文
posted @ 2012-07-26 11:00 Uoolo 阅读(498) 评论(0) 推荐(0) 编辑
摘要: <a name="top"/><a href="#top"><img alt="" src=""/></a> 阅读全文
posted @ 2012-07-26 10:55 Uoolo 阅读(134) 评论(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 http-equiv="Content-Type" content="text/html; charset=gb23 阅读全文
posted @ 2012-07-26 10:44 Uoolo 阅读(133) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 下一页