鼠标移到一个元素上,其他元素变黑,显得此元素很亮,鼠标移出,都变成明亮效果 jquery效果
分类:
其他好文 时间:
2015-06-18 21:57:53
阅读次数:
110
在学习 html5中的 Canvas.drawImage时写了如下代码: 研究 在charome和firefox中都无法显示绘制的图片效果。后来查询了很多资料,才知道canvas在绘制图片的时候要等到img的图片完全加载到客户端后才可以绘制...
分类:
其他好文 时间:
2015-06-18 15:12:14
阅读次数:
192
参考网站:饼状图的拖拽
效果:鼠标可拖拽图形,双击图形可恢复到拖拽前的位置。
图片效果:
·1.原图:
2.拖拽后的图形:
完整源码:
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName(...
分类:
Web程序 时间:
2015-06-16 16:55:09
阅读次数:
127
效果如下:ViewController.h1 #import 2 3 @interface ViewController : UITableViewController4 @property (strong, nonatomic) NSArray *arrDataSource;5 @property...
分类:
其他好文 时间:
2015-06-16 16:24:03
阅读次数:
197
效果如下:ViewController.h1 #import 2 3 @interface ViewController : UIViewController4 @property (strong, nonatomic) UIScrollView *scrVCustom;5 6 @endViewCo...
分类:
其他好文 时间:
2015-06-16 10:58:31
阅读次数:
109
效果如下:ViewController.h1 #import 2 3 @interface ViewController : UIViewController4 @endViewController.m 1 #import "ViewController.h" 2 3 @interface Vie....
分类:
其他好文 时间:
2015-06-15 18:32:19
阅读次数:
84
效果如下:ViewController.h1 #import 2 @interface ViewController : UIViewController3 @property (strong, nonatomic) IBOutlet UIImageView *imgVQRCode;4 5 @end...
分类:
其他好文 时间:
2015-06-14 14:58:57
阅读次数:
103
基于jQuery全屏相册插件zoomVisualizer。这是一款基于jquery ui实现的相册插件,支持隐藏显示相册缩略图,支持左右箭头切换图片,支持放大缩及缩小图片。效果图如下:在线预览源码下载实现的代码。html代码: ...
分类:
Web程序 时间:
2015-06-08 09:34:12
阅读次数:
151
问题描述:循环滚动scrollView---最后一张图片后面紧跟着第一张图片,第一张图片前面挨着最后一张图片,形成环,循环切换图片。
效果图如下:
具体代码如下:
// ViewController.m
#import "ViewController.h"
#define kW 375
#define kH ...
分类:
其他好文 时间:
2015-05-29 23:16:32
阅读次数:
122
基于html5背景图片自适应代码是一款背景不随滚动条滚动,会根据分辨率不同自动匹配对应的背景图片。效果图如下:在线预览源码下载实现的代码。css代码:.jawbone-hero .jawbone-hero-image { position:absolute; background:tra...
分类:
Web程序 时间:
2015-05-28 16:01:50
阅读次数:
241