为你而来

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 为你而来 阅读(278) 评论(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 为你而来 阅读(111) 评论(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 为你而来 阅读(325) 评论(0) 推荐(0) 编辑

导航