码迷,mamicode.com
首页 >  
搜索关键字:background    ( 6339个结果
css study
html{filter:expression(document.execCommand("BackgroundImageCache",false,true))_background-image:url(about:blank);_background-attachment:fixed}body,di...
分类:Web程序   时间:2014-05-14 02:10:02    阅读次数:281
iOS开发-自定义后台显示图片(iOS7-Background Fetch的应用)
之前在用电池医生的时候, 发现它有这样一个功能:当应用进入后台的时候, 会显示另外一张图片覆盖App Switcher显示的界面。效果如下:变成---->而这样的一个功能, 对于保护用户隐私还是挺有用的。这就涉及到了Background Fetch的使用。当然, Background Fetch有更多,更有用的功能, 详见-->iOS 7学习:多任务处理之Background Fetch下面就介绍...
分类:移动开发   时间:2014-05-13 23:44:37    阅读次数:535
iOS 后台运行
Apps that play audible content to the user while in the background, such as a music player app (音频,如音乐播放)Apps that keep users informed of their locati...
分类:移动开发   时间:2014-05-13 10:54:43    阅读次数:441
jQuery学习记录1
jquery 和 js css里面都是坑呀 this.style.backgroundColor 和 css {background:#8df;} 是冲突的,用了前者,再$(this).addClass("css class name");效果显示不出来。http://youchenglin.ite...
分类:Web程序   时间:2014-05-12 13:13:03    阅读次数:319
Bg, Fg, &, Ctrl-Z – 5 Examples to Manage Unix Background Jobs
Whenyouexecuteaunixshell-scriptorcommandthattakesalongtime,youcanrunitasabackgroundjob.Inthisarticle,letusreviewhowtoexecuteajobinthebackground,bringajobtotheforeground,viewallbackgroundjobs,andkillabackgroundjob.1.ExecutingabackgroundjobAppendinganampersan..
分类:其他好文   时间:2014-05-11 19:35:31    阅读次数:484
(原)css属性选择器定义 优先级问题 (input[type=text])
今天遇到一个问题调试了很久,关于css的优先级问题.像常规的id选择器(#test) > 类选择器class(.test) > 标签选择器input (中间还有一些类型不详举了),相比大家都很清楚这次遇到就是input[type=text] {background:red} 和 类选择器 .aa{b...
分类:Web程序   时间:2014-05-10 03:07:59    阅读次数:387
[转]CSS基础知识之选择器特殊性与重要性
本文原地址:http://www.cnblogs.com/xyzhanjiang/p/3653128.html在编写CSS代码的时候,我们会出现多个样式规则作用于同一个元素的情况,例如 Here backgroundheader nav { background-color: red;}#nav.....
分类:Web程序   时间:2014-05-10 02:31:35    阅读次数:282
background-size CSS属性[刚刚看到,分享给大家]
如果问是什么让所有男人都生活中恐惧中,回答是不确定。没有人表露,但好奇会害死猫。十个女人中会有九个同意这点。广告商想尽办法让我们觉得不足够,但会告诉我们还可以改进。没错,先生们….size很重要。我说的是background-size。CSS里的background-size属性能够让程序员决定如何...
分类:Web程序   时间:2014-05-09 23:41:18    阅读次数:437
cakephp下整合kindeditor和ckplayer
1.放入图片\cakephp\webroot\js\kindeditor\themes\2.修改样式表\cakephp\webroot\js\kindeditor\themes\default.css 443行 加/*插入视频*/.ke-icon-insertVideo { background: ...
分类:Web程序   时间:2014-05-09 19:57:13    阅读次数:684
背景总重复会出现很多张一样的图片......
CSS里面background-repeat:no-repeat就不重复了<tdvalign="top"style="background-p_w_picpath:url(‘/user/mypage/live_1.jpg‘);height:29px;width:164px;background-repeat:no-repeat">
分类:其他好文   时间:2014-05-09 06:57:26    阅读次数:252
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!