码迷,mamicode.com
首页 >  
搜索关键字:mdt background customize    ( 6915个结果
HTML CSS——background的认识(一)
今天回归bug时无意间看到了样式表中background属性,现在总结一下:...
分类:Web程序   时间:2014-06-19 11:26:09    阅读次数:241
代码设置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
jquery.cycle.js简单用法实例
样式:a{text-decoration: none;}*{margin:0; padding:0;}/*容器设置*/.player { width:216px; height:248px; background:url(http://i2.itc.cn/20120117/2cc0_da8f6c82...
分类:Web程序   时间:2014-06-12 22:19:02    阅读次数:409
jquery返回顶部-ie6配合css表达式。
css:.wraper{ width:980px; height:2048px; margin:0 auto; background:#ccc; }/*返回头部*/#backToTop a{ display:block; cursor:pointer;width:25px; height:26px;...
分类:Web程序   时间:2014-06-12 21:52:32    阅读次数:362
背景半透明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
迷上了代码!