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,这个世界就是这么小~~~~~1 从解析机制看Img属于html标签,background是css方法。一个页面由html、css、js组成,按照浏览器解析机制,html标签优先解析。大家都知道css文件会放在head加载,但是这并不意味着它会立即执行,而是在h....
分类:
其他好文 时间:
2014-06-28 22:48:39
阅读次数:
262
线上配置/etc/rsyncd.confuid = rootgid = rootuse chroot = yesmax connections = 10pid file=/var/run/rsyncd.pidlist = yesstrict modes = nohosts ...
分类:
其他好文 时间:
2014-06-28 16:24:42
阅读次数:
327
::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
#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
CSS的属性非常庞大,庞大得好几本书都写不完,不过,没关系,我们可以从网上搜索相关资料或者查阅相关专著。这里只列出常用的且实用的CSS属性。下面我们就先来学习文本属性。本节单词记忆:属性 1.background-color 2.background-image 3.text-align 4.bac...
分类:
其他好文 时间:
2014-06-20 17:37:49
阅读次数:
217
在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
XML属性
相关方法
说明
android:alpha
setAlpha(float)
设置该组件的透明度
android:background
setBackgroundResource(int)
设置该组件的背景颜色
android:clickable
setClicka...
分类:
其他好文 时间:
2014-06-17 21:45:28
阅读次数:
199
项目中用的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