jquery
3D分页翻转滑块,jquery分页,jquery插件,jquery,3D翻转,css3分页,360度旋转,网页特效代码3D分页翻转滑块是一款使用网格样式与滑块效果分页的特效.
分类:
Web程序 时间:
2014-06-07 02:43:49
阅读次数:
230
Given an arraySofnintegers, are there
elementsa,b,c, anddinSsuch thata+b+c+d= target? Find all unique quadruplets in
the array which gives the sum of ...
分类:
其他好文 时间:
2014-06-04 22:44:27
阅读次数:
250
Given a set of candidate numbers (C) and a
target number (T), find all unique combinations inCwhere the candidate numbers
sums toT.Thesamerepeated num...
分类:
其他好文 时间:
2014-06-04 20:15:09
阅读次数:
289
Given a collection of candidate numbers (C) and
a target number (T), find all unique combinations inCwhere the candidate numbers
sums toT.Each number ...
分类:
其他好文 时间:
2014-06-04 20:14:25
阅读次数:
287
Given a sorted array and a target value, return
the index if the target is found. If not, return the index where it would be if
it were inserted in or...
分类:
其他好文 时间:
2014-06-04 20:09:47
阅读次数:
266
线性渐变背景色:第
一个参数为渐变方式,后两个参数为起始点位置和终止点位置,后两个参数为起始颜色和终止颜色,后面那个参数为背景区域padding表示包含
padding的区域,content表示不包含content的区域,最后那个参数为背景的实际使用区域,可以为content或padding。线性渐...
分类:
Web程序 时间:
2014-06-03 13:52:00
阅读次数:
366
接下来介绍几款制作HTML5动画的工具,它们可以分为几类:1、导出canvas动画:FlashCC(13.1)、Animation、Radi2、导出DIV+CSS3动画:HTML5Maker、EdgeAnimation、TumultHype、Nodefire3、导出SVG动画:Hippo基本上所有工...
分类:
Web程序 时间:
2014-05-31 15:34:29
阅读次数:
334
1.html 部分 2.css 部分.spinner { margin: 100px auto;
width: 50px; height: 60px; text-align: center; font-size: 10px;} .spinner >
div { back...
分类:
Web程序 时间:
2014-05-31 11:52:06
阅读次数:
555
1. 在CSS中用attr()显示HTML属性值attr()功能早在CSS
2.1标准中就已经出现,但现在才开始普遍流行。它提供了一个巧妙的方法在CSS中使用HTML标签上的属性,在很多情况下都能帮你省去了以往需要Javascript处理的过程。要想使用这个功能,你需要用到三种元素:一个:befor...
分类:
Web程序 时间:
2014-05-30 19:28:35
阅读次数:
654