码迷,mamicode.com
首页 >  
搜索关键字:background    ( 6339个结果
CSS自学笔记(5):CSS的样式
CSS中拥有各种各样的样式表,而基本的样式有背景,文本,字体,链接,列表,表格,轮廓。 一.CSS-背景 CSS中允许用纯色背景,也允许用图片来创建复杂的个性背景。p {background-color: #000;}是用纯色作为背景。这时你可以定义其他属性,生成不同效果的背景。CSS中也可以用图片...
分类:Web程序   时间:2014-07-29 10:34:07    阅读次数:300
Ext.js form 表单提交问题
var form = new Ext.form.FormPanel({ labelAlign : 'right', border : false, bodyStyle : 'background-color: transpar...
分类:Web程序   时间:2014-07-27 09:48:22    阅读次数:291
POJ 1915 Knight Moves
Knight Moves Description Background  Mr Somurolov, fabulous chess-gamer indeed, asserts that no one else but him can move knights from one position to another so fast. Can you beat him?  The P...
分类:其他好文   时间:2014-07-26 17:23:32    阅读次数:590
(43)JS运动之链式运动框架
#div1 {width:100px;height:100px;background:red;filter:alpha(opacity:30);opacity:0.3}  window.onload=function () { var oDiv=document.getElementById('div1');//先获取div元素 oDiv.onmouseover=function (...
分类:Web程序   时间:2014-07-26 02:13:07    阅读次数:279
开发路程(14):背景图片移动插件MyFloatingBg(浮动背景图效果,可让背景随着页面的滚动而滚动)
MyFloatingBg这插件可以帮助你在网页上加入可移动背景Background。你可以用于整个文件的背景,或是某几个banner的背景。 它可支持简单的animation效果,你不用去做一个flash文件或动态gif图片。单靠jquery和图片,你便可以做出不同的效果。由于我们把动画效果跟内容分...
分类:移动开发   时间:2014-07-26 00:53:16    阅读次数:316
弹出层覆盖整个页面方法
弹出层透明背景加框的常用样式和结构.alertMessageBg{ position:fixed; _position:absolute; width:100%; height:100%; left:0; top:0; background:#000; ...
分类:其他好文   时间:2014-07-26 00:40:46    阅读次数:220
ngui 脚本绘制sprite
public GameObject _background;public UIAtlas atlas;private Dictionary _allCardSprite;for (int i=0; i(_parent); _sprite.atlas = atlas; ...
分类:其他好文   时间:2014-07-25 16:44:51    阅读次数:293
IOS应用程序生命周期
1、应用程序状态1.1、Not running-未运行程序没有启动1.2、Inactive-未激活程序在前台运行,不过没有接受到事件,在没有事件处理下程序同城停留在这个状态1.3、Active-激活程序在前台运行并且接受到了事件,这也是前台的一个正常的模式1.4、Background-后台程序在后台...
分类:移动开发   时间:2014-07-25 16:42:21    阅读次数:358
Gridview单双行
.table01_singlar { background-color: #FFFFFF; }.table01_double { background-color: #e5eaf0; }OnRowDataBound="gvData_RowDataBound" protected void gvDat...
分类:其他好文   时间:2014-07-25 14:25:11    阅读次数:199
用JS让下拉框改变网页背景颜色
石家庄渣浆泵配件Changing Background Colors
分类:Web程序   时间:2014-07-25 13:59:01    阅读次数:269
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!