使用gradient的地方有:background-imageborder-imagelist-style-imagecontent
propertylinear-gradient:语法:Formal grammar: linear-gradient( [ | to ,]? [, ]+ )
...
分类:
Web程序 时间:
2014-05-30 02:56:32
阅读次数:
283
解决方法有两种:一种是CSS,使用background-size:cover实现图片的拉伸效果,但是IE8及以下版本不支持background-size,于是可以使用微软的滤镜效果,但是IE6不支持。body{background:url(bg.jpg)
center center;backgrou...
分类:
Web程序 时间:
2014-05-29 02:51:39
阅读次数:
439
.container{ position: relative; width: 200px;
height: 200px; background: #abcdef; -webkit-border-radius: 20px;
-moz-border-radius: 2...
分类:
Web程序 时间:
2014-05-28 22:49:40
阅读次数:
336
background:url(logo2.png) no-repeat;
_background-image:none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’logo2.png’);
注意:滤镜的图片路径是以...
分类:
其他好文 时间:
2014-05-28 22:34:19
阅读次数:
276
div{ height:200px; color:#F00;}.left{ float:left;
width:100px; background:#00f; _margin-right:-3px;}.right{ float:right;
width:100px; background:#0f0;...
分类:
其他好文 时间:
2014-05-26 23:51:20
阅读次数:
401
每天进步一小步,一年进步一大步。第一次发博客园文章,主要记录自己学习的一个过程。CSS3
背景CSS3
包含多个新的背景属性,它们提供了对背景更强大的控制。background-sizebackground-origin您也将学到如何使用多重背景图片。浏览器支持Internet
Explorer 9...
分类:
Web程序 时间:
2014-05-26 12:36:28
阅读次数:
273
每天进步一小步,一年进步一大步。本篇主要介绍背景图片设置,平铺,x
y方向上的平铺,是否重复显示no repeat
显示的初始位置background-image:url(images/index_top_bg.jpg)...........................................
分类:
其他好文 时间:
2014-05-26 12:36:08
阅读次数:
242
题目如下:
Tree Summing
Background
LISP was one of the earliest high-level programming languages and, withFORTRAN, is one of the oldest languages currently being used. Lists,wh...
分类:
其他好文 时间:
2014-05-25 21:39:51
阅读次数:
276
background:url(背景图片路径)
no-repeat;/*不重复默认在左上方*/background:url(背景图片路径) no-repeat
center;/*不重复背景图片中间显示*/background:url(背景图片路径) no-repeat bottom center...
分类:
Web程序 时间:
2014-05-25 14:59:25
阅读次数:
276
转自:http://onevcat.com/2013/08/ios7-background-multitask/在IOS
7 出来不就,公司内部也组织了一次关于IOS 7 特性的的分享,今天看见onevcat
的blog,感叹它很有耐性和细心,写的这么详细,那就毫无保留原封不动的(其实也没有什么好改...
分类:
移动开发 时间:
2014-05-23 05:04:50
阅读次数:
483