1。avi格式代码片断如下:<object id="video" width="400" height="200" border="0"classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA"><param name="ShowDisplay" val...
分类:
Web程序 时间:
2014-07-07 09:09:19
阅读次数:
243
众所周知,在Firefox下input type=”button”的文字是不好居中的,原因在于Firefox自己比较二,弄了个私有属性,导致以下问题的出现:按钮左右本身有2px的间距(FF私有属性写了padding:0 2px所致);按钮文字居中是不行的(此时设置padding-bottom是没用的...
分类:
其他好文 时间:
2014-07-07 00:50:33
阅读次数:
256
1.虚线画效果,可以使用Android中的xml来做。 2.直接上代码: 写一个 bg_border_stroke的xml做背景。bg_border_stroke.xml ...
分类:
移动开发 时间:
2014-07-06 23:49:43
阅读次数:
429
我们知道select标签在各个浏览器中的属性和各浏览器的支持各有些不同,从而造成select选择框在各浏览器的显示有不同,下面我们通过对主要 外形CSS属性的支持,打造全兼容select。 我对select的height、padding、line-height分别利用控制变量的方法写了个DEMO在各...
分类:
其他好文 时间:
2014-07-05 19:03:04
阅读次数:
200
css:[css]#race{display:block;width:200px;height:50px;line-height:50px;text-align:center;background:#CCC;border:#555 1px solid;}.raceShow{border:solid ...
分类:
Web程序 时间:
2014-07-05 18:15:42
阅读次数:
144
text-decoration:underline; /*定义文字具有下划线*/text-decoration:none; /*定义文字不带有下划线*/font-weight:bold; /*加粗文字*/overflow:hidden的作用是隐藏溢出 也就是超出的部分隐藏padding-botto....
分类:
Web程序 时间:
2014-07-05 16:44:15
阅读次数:
190
.style1
{
width: 50%; border:1px solid #cccccc; border-collapse:collapse; font-size:12px;
}
.style1 td{ border:1px solid #cccccc; height:25px; }
input{...
分类:
Web程序 时间:
2014-07-05 10:59:28
阅读次数:
216
imgView.setCropToPadding(true);即可...
分类:
移动开发 时间:
2014-07-04 08:35:38
阅读次数:
437
源码:http://download.csdn.net/detail/liumingm900913/7469969 游戏开发流程:1、创建画布:将画布放在div标签里面,这样能够控制画布居中的位置,再对div标签加上一些样式比方border和border-radius,这样一来使其看上去像手机,利....
分类:
Web程序 时间:
2014-07-03 22:33:51
阅读次数:
345
当一个Div块div1里面放着另一个div块div2时1、div1的width,height即content的宽和高为div2的margin-top与margin-bottom和left与right之间的距离;2、当div里面padding有值时,且div2的margin有值时,则div1的边框距离...
分类:
其他好文 时间:
2014-07-03 20:05:04
阅读次数:
192