码迷,mamicode.com
首页 >  
搜索关键字:background modes    ( 6455个结果
jQuery选项卡插件
html结构 Users Groups item1 item2 css样式.tabs{ width:500px; height:30px; background:#eee;}.tabs li{ float:left; width:250px...
分类:Web程序   时间:2014-06-28 23:11:46    阅读次数:346
前端优化-Img与background
当img 遇到 background,这个世界就是这么小~~~~~1 从解析机制看Img属于html标签,background是css方法。一个页面由html、css、js组成,按照浏览器解析机制,html标签优先解析。大家都知道css文件会放在head加载,但是这并不意味着它会立即执行,而是在h....
分类:其他好文   时间:2014-06-28 22:48:39    阅读次数:262
rsync
线上配置/etc/rsyncd.confuid = rootgid = rootuse chroot = yesmax connections = 10pid file=/var/run/rsyncd.pidlist = yesstrict modes = nohosts ...
分类:其他好文   时间:2014-06-28 16:24:42    阅读次数:327
CSS文字被鼠标选中后的文字颜色及背景
::selection {background:#FF9; color:#F00;}::-moz-selection {background:#FF9; color:#F00;}::-webkit-selection {background:#FF9; color:#F00;}
分类:Web程序   时间:2014-06-20 23:19:45    阅读次数:240
Android jni aes加解密,实现文件的加解密,具体实现可以自行修改,上面的代码为简单介绍,下面的是JNI端实现文件加解密,可以修改为字符串加解密
#include "aes.h"#include "modes.h"#include "e_os2.h"#include "aes_locl.h"#include "opensslconf.h"AES_KEY aes;//aes cbc模式加解密用到的向量unsigned char iv[AES_B...
分类:移动开发   时间:2014-06-20 22:20:17    阅读次数:506
4.3 常用的样式属性
CSS的属性非常庞大,庞大得好几本书都写不完,不过,没关系,我们可以从网上搜索相关资料或者查阅相关专著。这里只列出常用的且实用的CSS属性。下面我们就先来学习文本属性。本节单词记忆:属性 1.background-color 2.background-image 3.text-align 4.bac...
分类:其他好文   时间:2014-06-20 17:37:49    阅读次数:217
iframe标签用法详解(属性、透明、自适应高度)(总结)
在transparentBody.htm文件的标签中,我已经加入了style="background-color=transparent" 通过以下四种IFRAME的写法我想大概你对iframe背景透明效果的实现方法应该会有个清晰的了解: iframe是迫不得已才使用的,因为使用i...
分类:其他好文   时间:2014-06-20 17:07:29    阅读次数:193
第二版博客首页安装代码
css:#profile_block{text-align:center;position:absolute; top:60px; right:10px;}#blog-calendar{border-radius: 7px;background:#fff;}#p_b_follow{padding-t...
分类:其他好文   时间:2014-06-18 19:09:20    阅读次数:198
View类的XML属性、相关方法及说明
XML属性 相关方法 说明 android:alpha setAlpha(float) 设置该组件的透明度 android:background setBackgroundResource(int) 设置该组件的背景颜色 android:clickable setClicka...
分类:其他好文   时间:2014-06-17 21:45:28    阅读次数:199
Less里css表达式的写法
项目中用的grunt-contrib-less, 写了以下less代码.mapfix{ position: fixed; top:10px; width: 430px; z-index: 100; background: #fff; -position:absolute; top:exp...
分类:Web程序   时间:2014-06-17 15:26:30    阅读次数:239
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!