- (void)loadAssets {
// Initialise
_assets = [NSMutableArray new];
_assetLibrary = [[ALAssetsLibrary alloc] init];
// Run in the background as it takes a while to get a...
分类:
其他好文 时间:
2014-06-05 12:06:55
阅读次数:
215
body{ background-position:center;
background-repeat:no-repeat; }div#div1{ position:fixed; top:0; left:0; bottom:0;
right:0; z-i...
分类:
其他好文 时间:
2014-05-31 14:11:16
阅读次数:
243
1 2 13 25 26 You can count on this being a dark
29 background with light text on top, but should try to make no 30 other
assumptions ...
分类:
移动开发 时间:
2014-05-31 06:12:59
阅读次数:
492
写三句代码来控制一个属性,区别Firefox,IE7,IE6: background:orange;
*background:green !important; *background:blue;
说明:这段代码会使在Firefox中,背景呈橙色;IE7中为绿色;IE6中为蓝色。道...
分类:
Web程序 时间:
2014-05-30 22:12:39
阅读次数:
341
使用gradient的地方有:background-imageborder-imagelist-style-imagecontent
propertylinear-gradient:语法:Formal grammar: linear-gradient( [ | to ,]? [, ]+ )
...
分类:
Web程序 时间:
2014-05-30 02:56:32
阅读次数:
283
1. CSS文件必须使用UTF-8编码;2. CSS代码必须小写;3.
常量值不能加引号,除非值中含有空格。如:color:"red"是错误的,应把引号去掉;font-family:"Century Gothic";
如果名字中含有空格则必须加引号;4. background-img:url("im...
分类:
Web程序 时间:
2014-05-30 00:07:38
阅读次数:
315
.oLi-lists-scroll::-webkit-scrollbar { width:5px;
padding:1px; background:url(../images/repeat-bar.png) repeat-y;}/* Track
*/.oLi-lists-scroll::-webki...
分类:
Web程序 时间:
2014-05-29 19:02:39
阅读次数:
386
解决方法有两种:一种是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