.x { border: solid 1px red; width: 100px; height:
100px; position: relative; background-color: ...
分类:
Web程序 时间:
2014-06-13 13:13:47
阅读次数:
262
样式: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
最近在写jQuery的时候出了这样一个问题?
.clicked{
width: 100px;
height: 40px;
border-radius: 3px;
background-color: #cba;
}
yes
$(document).ready(function(){ $('a').click(function(){...
分类:
Web程序 时间:
2014-06-11 00:49:10
阅读次数:
225
1. 图片背景的设置。1.1 background:url(images/banner_01.jpg)
center top no-repeat; 这样设置的话,收缩窗口后,图片会慢慢被遮挡。1.2
img标签,设置width:100%的方式,收缩图片后,图片会慢慢收缩变形。2.窗口缩小后,出现滚....
分类:
其他好文 时间:
2014-06-10 16:14:20
阅读次数:
201
wget 是linux上常用的下载命令。下面介绍一下简单的用法:常用的参数有:-b
(background) 将下载任务放到后台下载。-c (continue) 如果文件下载中断,会自动重连,接着下载。-r (recursive)
进行递归下载,比如要下载一个目录,目录中又有二级目录,并且这里也有你...
分类:
其他好文 时间:
2014-06-09 15:29:33
阅读次数:
194
今天在群里面,有人抛出了一个关于css中margin-right没有效果的问题。CSS代码和HTML代码如下:
.style1{
width:400px;
height:440px;
background-color:red;
border:5px solid silver;
margin-top:20%;
margin-right:30%;
}...
分类:
其他好文 时间:
2014-06-08 17:38:27
阅读次数:
204
最近在做一个蓝牙相关的项目, 需要在应用进入后台, 或者手机属于锁屏状态的情况下, 仍然保持蓝牙连接, 并且能正常接收数据。本来以后会很麻烦, 但是学习了下..发现就2步而已。简单的不能再简单了。好了。下面是具体实现办法。1.在xxx-info.plist文件中, 新建一行 Required background modes , 加入下面两项。App shares data using Cor...
分类:
移动开发 时间:
2014-06-08 15:12:13
阅读次数:
310
一.创建xml文件,位置:drawable/xxx.xml,同目录下记得要放相关图片
二.使用xml文件:1.方法一:在listview中配置android:listSelector="@drawable/xxx或者在listview的item中添加属性android:background="@.....
分类:
移动开发 时间:
2014-06-08 00:42:50
阅读次数:
290