码迷,mamicode.com
首页 >  
搜索关键字:background modes    ( 6455个结果
HTML CSS——background的认识(一)
今天回归bug时无意间看到了样式表中background属性,现在总结一下:...
分类:Web程序   时间:2014-06-19 11:26:09    阅读次数:241
ios后台传输机制
http://www.appcoda.com/background-transfer-service-ios7/http://www.raywenderlich.com/51127/nsurlsession-tutorialhttps://developer.apple.com/library/io...
分类:移动开发   时间:2014-06-18 20:34:57    阅读次数:235
【IE兼容性】background:transparent IE中Bug,不能选中input输入框,出现这个问题主要是IE8
先解释下,background:transparent,默认在IE上会被解析成 background: none transparent scroll repeat 0% 0%  transparent表示透明无颜色  none 表示没有设置背景图片 repeat 表示图片重复 scroll 表示背景图片随浏览器下拉而滚动 0%水平位置在x0 0%垂直位置在y0...
分类:其他好文   时间:2014-06-16 22:29:27    阅读次数:298
Background indexer crash recovery
报这种错误:BackgroundIndexerCrashRecoveryjava.lang.StackOverflowError解决办法:看看原来项目的jar包有没有错的。右击项目->buildpath->configureBuidPath查看libraries如果有错误的,把jar包删掉,如果有需要的话,添加正确的jar包即可。由于每个项目的jar包是不同..
分类:其他好文   时间:2014-06-16 18:19:47    阅读次数:375
代码设置RadioButton的高端技巧
不知道怎么起标题,就这样了。目前主要讲两个方面内容:代码方式 设置RadioButton的 android:button 、 android:background 等属性为 @null;代码方式 通过布局模板动态创建固定参数的RadioButton等控件对象1、代码设置@null// 这里不能用nu...
分类:其他好文   时间:2014-06-16 13:35:24    阅读次数:204
jQuery实现table隔行换色和鼠标经过变色
jQuery实现table隔行换色和鼠标经过变色 一、隔行换色 $("tr:odd").css("background-color","#eeeeee"); $("tr:even").css("background-color","#ffffff"); 或者一行搞定: $("table tr:nth-child(odd)").css("background-color","#eeeeee"); 二、鼠标经过变色 $("tr").live({ mouseover:function(){ $(this)....
分类:Web程序   时间:2014-06-15 10:15:32    阅读次数:329
input输入什么div图层显示什么
.ppp{           width:600px;      height:300px;      background-color:pink;      }                 $("document").ready(function(){             $("#ttt").keyup(          ...
分类:其他好文   时间:2014-06-14 10:07:32    阅读次数:167
Hide C# winform App Window When Started by Task Scheduler
To make a Scheduled Task run in the background, change the User running the task to "SYSTEM", and nothing will appear on your screen....
分类:移动开发   时间:2014-06-14 09:33:39    阅读次数:395
编写小游戏《贪头蛇》第三篇
点击NEW GAME按钮,进入游戏主场景 代码: 游戏背景 layer = (CCLayer*)this->getChildren()->objectAtIndex(SnakeConstants::LAYER_BACKGROUND); layer->setTouchEnabled(false); //游戏背景 CCSize size = CCDirector::sh...
分类:其他好文   时间:2014-06-13 20:39:00    阅读次数:371
背景半透明rgba最佳实践
by 一丝 背景半透明rgba最佳实践 转换工具 转换工具 body { background: url(http://ww4.sinaimg.cn/cmw205/90f78f62jw1eafnlnk7cqj20q00y...
分类:其他好文   时间:2014-06-12 06:40:46    阅读次数:226
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!