CSS3的圆角Border-radius
如下图所示:了解更多:http://www.w3cplus.com/css3/border-radius
分类:
Web程序 时间:
2014-05-12 15:31:43
阅读次数:
308
CSS3的文字阴影—text-shadow text-shadow text-shadow
text-shadow text-shadow text-shadow text-shadow text-shadow
text-shadow查看更多:http...
分类:
Web程序 时间:
2014-05-12 14:19:47
阅读次数:
515
CSS3 box-shadow
如下所示:查看更多:http://www.w3cplus.com/content/css3-box-shadow
分类:
Web程序 时间:
2014-05-10 20:35:12
阅读次数:
538
^_ ^首先: transition 过渡 平滑的改变样式
transition-property 要过渡的属性 transition-duration 过渡的时间(s) transition-delay 过渡前等待时间
transition-timing-function 过渡速度曲线 ...
分类:
Web程序 时间:
2014-05-10 07:40:21
阅读次数:
407
例如:,图的边框会出现a标签默认的边框,解决办法:img{border:0
none},这样就可以了,注意两个一定都要写上去
分类:
其他好文 时间:
2014-05-10 06:00:33
阅读次数:
325
Insert title here
div{
width: 300px;
height: 300px;
border:1px red solid;
position: fixed;/*相对于浏览器窗口进行定位*/
right: 5px;
}
img{
float:left;
width:180px;
height:180px;
}
/*两个定时器函数的区别:
* setTime...
分类:
编程语言 时间:
2014-05-10 04:49:23
阅读次数:
375
如何使用WindowsAzure浏览器打开WindowsAzure中国官方网站http://www.windowsazure.cn/,点击门户按钮:输入你在微软购买的windowsazure服务账号及密码,点击登录:如果你的浏览器是IE9以下,会出现浏览器兼容性错误页面,请升级浏览器。(支持IE9以上浏览器及Firefox、safari..
border-collapse:collapse;清除表格中单元格的空隙
分类:
其他好文 时间:
2014-05-10 00:59:11
阅读次数:
214
#container{ transition:all 3s; margin:-20px auto;
width:1px; height: 500px; animation: around 8s infinite ease;} #line{width:
1p...
分类:
Web程序 时间:
2014-05-10 00:39:24
阅读次数:
4537
做出的效果样式如下图,1,首先考虑的是如何显示border,就像是分割代码,我把border分割为最外层DIV全border,和内层DIV的right和bottom的border,就是右边和下边。2,考虑DIV的布局,内层DIVfloat:left,设定每个DIV的宽度和高度,就可以达到想要的效果,...
分类:
Web程序 时间:
2014-05-09 19:36:13
阅读次数:
519