参考资源:http://blog.csdn.net/kongxx?viewmode=contentshttp://my.oschina.net/feedao/blog==============================运行环境win8.1 + virtual box, 运行 centos6....
分类:
其他好文 时间:
2014-09-28 19:39:15
阅读次数:
322
-webkit-background-clip:padding-box | border-box | content-box | text,指定对象的背景图像向外裁剪的区域。对应的脚本特性为backgroundClippadding-box从padding区域(不含padding)开始向外裁剪背景。...
分类:
Web程序 时间:
2014-09-28 16:00:33
阅读次数:
7991
当我们的虚拟机在非正常关闭后,再次启动机器时,Virtual Box会出现 Runtime error opening 'C:\Users\admin\VirtualBox VMs\Windows Server\Windows Server.vbox for reading: -102 (File....
分类:
其他好文 时间:
2014-09-28 08:56:11
阅读次数:
234
测试半小时,我终于捉住了这只Bug。内容如下:在 IE 中,如果元素 display 为 table 且 border-collapse 为 collapse,其 box-shadow 将会无效。css:.a { box-shadow: 0 0 35px rgba(0, 0, 0, .15);...
分类:
其他好文 时间:
2014-09-26 19:25:18
阅读次数:
546
【荐】纯CSS实现漂亮圆角阴影边框_潜水射流曝气机 Custom box with no width restrictions. Height restriction is based on the amount of content.textLorem ipsum dolor sit...
分类:
Web程序 时间:
2014-09-26 14:18:58
阅读次数:
257
-webkit-box-orient: horizontal||vertical设置或检索弹性盒模型对象的子元素的排列方式。对应的脚本特性为boxOrient。需设置容器的display:-webkit-box;CSS样式:html,body,div{ margin:0px; padding:0px...
分类:
Web程序 时间:
2014-09-26 11:20:38
阅读次数:
2770
voidsetup(){size(1000,600,P3D);noFill();smooth();}voiddraw(){background(0);translate(width/2,height/2,-(width/2));rotateY(map(mouseX,0,width,-PI,PI));stroke(100);box(350);rotateX(map(mouseY,0,height,-PI,PI));stroke(150);box(200);}
分类:
其他好文 时间:
2014-09-26 00:20:38
阅读次数:
170
1.至少写出3个css3新增的属性,HTML5强调标签的语义化,写出5个HTML5的语义化标签。边框:border-radius、box-shadow、border-image背景:background-clip、background-size、background-origin文本:text-sh...
分类:
Web程序 时间:
2014-09-25 20:34:37
阅读次数:
401