今天回归bug时无意间看到了样式表中background属性,现在总结一下:...
分类:
Web程序 时间:
2014-06-19 11:26:09
阅读次数:
241
不知道怎么起标题,就这样了。目前主要讲两个方面内容:代码方式 设置RadioButton的 android:button 、 android:background 等属性为 @null;代码方式 通过布局模板动态创建固定参数的RadioButton等控件对象1、代码设置@null// 这里不能用nu...
分类:
其他好文 时间:
2014-06-16 13:35:24
阅读次数:
204
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
.ppp{
width:600px;
height:300px;
background-color:pink;
}
$("document").ready(function(){
$("#ttt").keyup(
...
分类:
其他好文 时间:
2014-06-14 10:07:32
阅读次数:
167
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
样式: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
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
by 一丝 背景半透明rgba最佳实践 转换工具 转换工具 body { background:
url(http://ww4.sinaimg.cn/cmw205/90f78f62jw1eafnlnk7cqj20q00y...
分类:
其他好文 时间:
2014-06-12 06:40:46
阅读次数:
226