码迷,mamicode.com
首页 >  
搜索关键字:mole box    ( 8262个结果
实现两个select list box间item的移动和过滤
Filter: " /> ...
分类:移动开发   时间:2014-09-28 20:52:35    阅读次数:226
Docker学习笔记1 :镜像制作
参考资源: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 文字和背景效果
-webkit-background-clip:padding-box | border-box | content-box | text,指定对象的背景图像向外裁剪的区域。对应的脚本特性为backgroundClippadding-box从padding区域(不含padding)开始向外裁剪背景。...
分类:Web程序   时间:2014-09-28 16:00:33    阅读次数:7991
关于Virtual Box虚拟机里的系统不能启动的解决方法
当我们的虚拟机在非正常关闭后,再次启动机器时,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
IE中的Bug们 之 box-shadow无效问题
测试半小时,我终于捉住了这只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实现漂亮圆角阴影边框
【荐】纯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 模型属性备忘
-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
processing mouse
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
WEB前端笔试题(1)——狼厂
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!