UIImageView *v = [[UIImageView
alloc]initWithFrame:CGRectMake(0, 0, _msg.contentF.size.width,
_msg.contentF.size.height)]; [v setImageWithURL:[N...
分类:
其他好文 时间:
2014-05-16 23:11:08
阅读次数:
271
android:fillViewport=trueScrollView下面的组件如果有android:layout_height="fill_parent"或android:layout_height="wrap_content"那么必须将ScrollView的android:fillViewpor...
分类:
移动开发 时间:
2014-05-16 18:09:45
阅读次数:
368
第一步:加载验证插件css和js:官网:http://validform.rjboy.cn//valid.css">valid.css的详细代码如下:.Validform_checktip{ margin-left:8px; line-height:20px; height:20px; overfl...
分类:
其他好文 时间:
2014-05-16 07:08:02
阅读次数:
294
IE7标准模式下select的高度设定并不一定有效.IE7的select高度的显示和option有关.例如:(以下计算忽略border,padding,margin)一个option高度是22px,css样式:select{height:100px;}100/22=4.xxxx,那么实际的高度就是4*22=88px如果设定的是select{height:110px;}110/22=5,实际高度..
分类:
其他好文 时间:
2014-05-14 16:21:51
阅读次数:
236
.left .left_down
li.a.left-down-pic{display:block;width:50px;height:50px;background:url(images/app_icons_50_6.jpg)
-400px 0px no-repeat;//关键是这句话}
分类:
Web程序 时间:
2014-05-14 11:36:25
阅读次数:
419
1. 空div1
.clear{height:0;clear:both;overflow:hidden;}就是直接一个(当然标签也可以是br、p,class名称也可以自由定义)当作最后一个子标签放到父标签那儿,此方法屡试不爽,兼容性强,使用方便,是初学时使用的上佳之选。但是同时也看到了巨大的浪费,....
分类:
Web程序 时间:
2014-05-14 09:02:32
阅读次数:
348
颜色是从哪里铺?从盒子的border内边开始铺满盒子内部整个区域铺到盒子的border内边缘铺的面积呢?以前有个错误的思想,盒子width height
是content区的总宽应该是div的 width + padding-left + padding-right总长应该是div的 height ...
分类:
Web程序 时间:
2014-05-14 08:26:44
阅读次数:
328
1.图片自动等比例缩放{display:block;width:100%; height:auto;}
分类:
Web程序 时间:
2014-05-13 22:47:10
阅读次数:
453
制定浮动之后,需要把height
width最好定下,以免出现奇怪的现象父元素高度没有设置,就是0px其子元素如果浮动。再高也不会撑开父元素的高度,注意会把紧挨着的下面元素向上被
浮动的子元素覆盖。用记事本 文件保存编码和charset编码不一样。浏览器按照charset解释。注意乱码!id用数字取...
分类:
Web程序 时间:
2014-05-13 17:29:40
阅读次数:
463
<html>
<head>
<title>用JavaScript进行表格的合并</title>
</head>
<body>
表格1:
<tableid="table1"border="1"width="300px"height="300px">
<tr><td>11</td><td>12</td><td>13</td>&..
分类:
编程语言 时间:
2014-05-13 01:10:27
阅读次数:
359