为你而来

上一页 1 2 3 4 5 6 7 ··· 10 下一页

2012年6月20日

javascript:左右两侧广告的滑动特效

摘要: 1 <html> 2 <head> 3 <title>1</title> 4 <style type='text/css'> 5 #guanggao{ 6 border:solid 1px green; 7 width:120px; 8 height:280px; 9 position:absolute;10 left:10px;11 top:200px;12 background-color:orange;13 }14 #guanggao2{15 border:solid 1px green;16 width:120 阅读全文

posted @ 2012-06-20 10:22 为你而来 阅读(281) 评论(0) 推荐(0) 编辑

2012年6月19日

javascript:图片浏览器

摘要: 1 <html> 2 <head> 3 <title>1</title> 4 <style type='text/css'> 5 img{ 6 border-width:0px; 7 } 8 #waiting{ 9 }10 #picture{11 display:none;12 }13 #photo_div{14 margin:0px auto;15 padding-top:200px;16 border:solid 0px green;17 text-align:center;18 }19 </style> 阅读全文

posted @ 2012-06-19 20:59 为你而来 阅读(229) 评论(0) 推荐(0) 编辑

javascript:弹出对话框

摘要: 1 <html> 2 <head> 3 <title>1</title> 4 <style type='text/css'> 5 .alpha1{ 6 filter:alpha(opacity=50); 7 } 8 .alpha2{ 9 filter:alpha(opacity=150 finishopacity=0 style=1);/*取值1-4*/10 }11 body{12 margin:0px;13 padding:0px;14 }15 #all{16 height:100%;17 background-co 阅读全文

posted @ 2012-06-19 10:16 为你而来 阅读(232) 评论(0) 推荐(0) 编辑

2012年6月18日

javascript:网站后台左侧菜单宽度可以调节的特效

摘要: 1 <html> 2 <head> 3 <title>1</title> 4 <style type='text/css'> 5 body{ 6 margin:0px; 7 } 8 #box{ 9 width:200px; 10 float:left; 11 border-bottom:solid 1px green; 12 } 13 h5{ 14 font-weight:normal; 15 text-align:center; 16 font-size:14px; 17 color:#333333; 18 ... 阅读全文

posted @ 2012-06-18 21:38 为你而来 阅读(829) 评论(0) 推荐(0) 编辑

javascript:滚动条特效

摘要: 1 <html> 2 <head> 3 <title>1</title> 4 <style type='text/css'> 5 ul{ 6 list-style-type:none; 7 margin:0px; 8 9 } 10 ul li{ 11 float:left; 12 border:solid 1px green; 13 height:20px; 14 width:25px; 15 border-left-width:0px; 16 } 17 .scroll_li{ 18 width:300px;... 阅读全文

posted @ 2012-06-18 10:45 为你而来 阅读(304) 评论(0) 推荐(0) 编辑

2012年6月17日

javascript:图片播放器

摘要: 1 <html> 2 <head> 3 <title>1</title> 4 <style type='text/css'> 5 img{ 6 /*FILTER: progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=0, motion='forward');*/ 7 /*filter:blendTrans(Duration=3);*/ 8 } 9 </style>10 </head>11 <bo 阅读全文

posted @ 2012-06-17 20:14 为你而来 阅读(277) 评论(0) 推荐(0) 编辑

css滤镜之一

摘要: 1 <html> 2 <head> 3 <title>1</title> 4 <style type='text/css'> 5 #spanword{ 6 color:#ff9c00; 7 font-size:20px; 8 filter:glow(color=#FFFF99,strength=6); 9 height:20px;/*关键在于定义一下高度,哪怕看起来无用*/10 }11 #div_contain{12 background-color:black;13 float:left;14 }15 </st 阅读全文

posted @ 2012-06-17 17:21 为你而来 阅读(109) 评论(0) 推荐(0) 编辑

javascript:图片浏览器

摘要: 1 <html> 2 <head> 3 <title>1</title> 4 <style type='text/css'> 5 ul{ 6 margin:0px; 7 list-style-type:none; 8 } 9 #big .big_li{ 10 float:left; 11 border:solid 1px green; 12 height:130px; 13 width:20px; 14 color:#aaaaaa; 15 font-weight:bold; 16 line-height... 阅读全文

posted @ 2012-06-17 08:44 为你而来 阅读(323) 评论(0) 推荐(0) 编辑

2012年6月15日

javascript:下拉菜单特效

摘要: 1 <html> 2 <head> 3 <title>1</title> 4 <style type='text/css'> 5 #box{ 6 7 } 8 #link_menu{ 9 display:block;10 float:right;11 /*visibility:hidden;*/12 overflow:hidden;13 height:18px;14 text-decoration:none;15 }16 #link_menu:hover{17 height:218px;18 }19 #link_menu 阅读全文

posted @ 2012-06-15 12:18 为你而来 阅读(325) 评论(0) 推荐(0) 编辑

2012年6月13日

php复习:字符串函数

摘要: substr_replace($str,$relacement,$index,$length);substr_count("hello world","e");substr_count("hello world" ,"e",5,5);strpos($str,$replacement);stripos($str,$replacement);//不区分大小写strlen();str_word_count($string);//计算单词的个数str_word_count($string,1);//返回各个单词为元素的数组 阅读全文

posted @ 2012-06-13 20:42 为你而来 阅读(108) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 10 下一页

导航