码迷,mamicode.com
首页 >  
搜索关键字:background    ( 6339个结果
遮罩层的实现
.mask{height:100%; width:100%; position:fixed; _position:absolute; top:0; z-index:1000; } .opacity{ opacity:0.3; filter: alpha(opacity=30); background...
分类:其他好文   时间:2014-08-11 02:37:51    阅读次数:205
div+js 弹出层
jQuery弹出层效果 .black_overlay{ display: none; position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; background-color: black; z-index:1001; -moz-opacity: 0.8; opacity:.80; filter: alpha(opa...
分类:Web程序   时间:2014-08-11 00:28:11    阅读次数:294
渐变背景(background)效果
chrom and Safari浏览器: webkit核心的浏览器,使用CSS3渐变方法(css-gradient) -webkit-gradient(type, start_point, end_point, / stop...) -webkit-gradient(type, inner_center, inner_radius, outer_center, outer...
分类:其他好文   时间:2014-08-10 10:28:20    阅读次数:309
android一个上传图片的例子,包括如何终止上传过程,如果在上传的时候更新进度条(一)
先上效果图: Layout为: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="@...
分类:移动开发   时间:2014-08-10 10:27:50    阅读次数:631
wpf 修改控件Background
以TextBox 控件为例 一 Brushes.颜色 textBoxName.Background = Brushes.Blue; 二 背景色值#FFD2D2D2 1 、textBoxName.Background=new SolidColorBrush((Color)ColorConverter....
分类:其他好文   时间:2014-08-09 22:56:09    阅读次数:375
UVA - 10162 Last Digit
Description  Problem B.Last Digit  Background  Give you a integer number N (1100). Pleasecompute             S=11+22+33+…+NN   Give the last digit of S to me.     Input ...
分类:其他好文   时间:2014-08-09 21:30:19    阅读次数:211
UVA - 10043 Chainsaw Massacre
Description  Problem E: Chainsaw Massacre  Background  As every year the Canadian Lumberjack Society has just held its annual woodcutting competition and the national forest...
分类:其他好文   时间:2014-08-09 18:53:58    阅读次数:261
AsyncHandler
package com.ango.deskclock; import android.content.Context; import android.content.Intent; import android.os.Handler; import android.os.HandlerThread; /** * Helper class for managing the background...
分类:其他好文   时间:2014-08-09 15:55:18    阅读次数:201
temp-mootools简单语法
// mootools // auditFlag = $(this).getElement('>td input[id="auditFlag"]').val() // .getParent() //获得一个元素的父元素 //. setStyle('background-color'...
分类:其他好文   时间:2014-08-09 13:27:07    阅读次数:248
UVA 10700 Camel trading(计算式子加减乘除的优先级处理)
Camel trading Time Limit: 1 second Background Aroud 800 A.D., El Mamum, Calif of Baghdad was presented the formula 1+2*3*4+5, which had its origin in the financial accounts of a c...
分类:其他好文   时间:2014-08-08 18:21:52    阅读次数:273
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!