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
^_ ^首先: transition 过渡 平滑的改变样式
transition-property 要过渡的属性 transition-duration 过渡的时间(s) transition-delay 过渡前等待时间
transition-timing-function 过渡速度曲线 ...
分类:
Web程序 时间:
2014-05-10 07:40:21
阅读次数:
407
#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
当使用css3时,会遇到利用@keyframes来定义动画事件,利用下面3个事件,可以捕捉当前元素...
分类:
Web程序 时间:
2014-05-09 15:15:04
阅读次数:
373
原文:【超酷超实用】CSS3可滑动跳转的分页插件制作教程今天我要向大家分享一款很特别的CSS3分页插件,这款分页插件不仅可以点击分页按钮来实现分页,而且可以滑动滑杆来实现任意页面的跳转,看看都非常酷,很适合一些个性化的个人网站使用,当然,这款分页插件也适合ajax翻页,效果都挺不错的。先来看看效果图...
分类:
Web程序 时间:
2014-05-09 08:02:37
阅读次数:
397
CSS3时钟式进度条,加载完成时生成一个圆,数字慢慢变成100,适时的显示加载进度。友情提醒,如果预览时网页左下角提示错误,刷新一下就可以看到效果了;实际使用中不会出现这样的问题。CSS3时钟式进度条复制代码链接地址:http://www.codefans.net/jscss/code/3573.s...
分类:
Web程序 时间:
2014-05-09 04:30:43
阅读次数:
510
CSS区块浮动 这种块移动直到该区块的外边缘碰到碰到它的区块边框或浮动区块为止1.浮动的设置
在CSS中可以使用float属性设置区块框向左或向右浮动代码 1 2 3 4 5 6 43 44 45 ...
分类:
Web程序 时间:
2014-05-09 03:45:56
阅读次数:
738
http://www.topcss.org/demo/background-size-cover-contain.html
分类:
Web程序 时间:
2014-05-09 03:20:55
阅读次数:
503
-webkit-box-shadow: #666 0px 5px
10px;-moz-box-shadow: #666 0px 5px 10px;box-shadow: #666 0px 5px 10px;/* For IE
8 */-ms-filter: "progid:DXImageTransf...
分类:
Web程序 时间:
2014-05-08 23:14:26
阅读次数:
328