原始 demohtml 我是单行测试文字 我是多行文字我是多行文字是多行文字我是多行文字我是多行文字我是多行文字我是多行文字我是多行文字我是多行文字我是多行文字我是>多行文字我是多行文字 css .box{ border:1px ...
分类:
Web程序 时间:
2014-09-15 12:44:38
阅读次数:
286
鼠标点击物体旋转,再点击停止。floatangle=0;booleana=true;voidsetup(){size(500,500,P3D);}floatx=0;voiddraw(){background(204);noFill();translate(width/2,height/2,0);rotateX(angle);if(a){angle=angle+0.01;}box(80);}voidmousePressed(){a=!a;}希望这些入门的案例可..
分类:
其他好文 时间:
2014-09-13 03:04:24
阅读次数:
175
css:.box-wrap{display:table;width:200px;height:200px;*position:relative;}/*最外边的容器,需固定宽高*/.box-hack{display:table-cell;height:200px;vertical-align:midd...
分类:
Web程序 时间:
2014-09-12 20:29:33
阅读次数:
200
ul.box {position: relative;z-index: 1; /* prevent shadows falling behind containers with backgrounds */overflow: hidden;list-style: none;margin: 0;pad...
分类:
其他好文 时间:
2014-09-12 13:24:53
阅读次数:
279
centos 6.5 在virtual box 上 安装增强版工具: 出现:centos unable to find the source of your current linux kernelIs it too late to contribute to this thread? I fo.....
分类:
其他好文 时间:
2014-09-11 19:10:42
阅读次数:
160
$(function() { // show try product title $(".tb7_try_box").find("a").each(function(d) {//这里是控制标签 if ($(this).attr('mytitl...
分类:
Web程序 时间:
2014-09-11 18:56:02
阅读次数:
1183
从一个大神那看到的,拷贝过来跟大家分享下!html*{margin:0;padding:0;}body{background:#222;} canvas{ position:absolute; border:5px solid rgba(255,255,255,0.1); box-shadow...
分类:
Web程序 时间:
2014-09-09 15:08:38
阅读次数:
256
voidsetup(){size(200,200,P3D);noFill();smooth();}voiddraw(){background(0);translate(width/2,height/2,-(width/2));rotateY(map(mouseX,0,width,-PI,PI));stroke(100);box(150);rotateX(map(mouseY,0,height,-PI,PI));stroke(150);box(75);}
分类:
其他好文 时间:
2014-09-09 09:10:49
阅读次数:
348
之前为大家分享了css3实现的加载动画。今天为大家带来一款只需几行代码就可以实现超炫的动画加载特效。我们一起看下效果图: 在线预览源码下载实现代码:极简的html代码: css3代码:body { background: black; display: -webkit-box; ...
分类:
Web程序 时间:
2014-09-07 23:43:45
阅读次数:
302
最近经常玩腾讯微博,出来职业习惯,看看它的CSS,里面运用了大量的css3的东东,有一处用到了Data URI,还有css expression有争议的地方,对png24图片的处理也是用滤镜,类似(padding-top:2px\0)欠考虑!看了腾讯的,下午就学了一下css3的东东!打算以后的项目...
分类:
Web程序 时间:
2014-09-07 16:00:25
阅读次数:
227