/*=======================翻页样式===========================*/.pages
{ width: 660px; text-align: center; font-size: 14px; float: left; margin-left:
340px;...
分类:
Web程序 时间:
2014-05-27 01:54:01
阅读次数:
491
UIButton中的**EdgeInsets是做什么用的?UIEdgeInsetsMakeCreates
an edge inset for a button or view.An inset is a margin around the drawing
rectangle where each s...
分类:
其他好文 时间:
2014-05-27 01:52:22
阅读次数:
297
.v_comment
img{ height:36px; height:36px; float:left; padding:1px; margin:2px; border: 1px
solid #ddd; }.v_comment img:hover{border: 1px solid #ccc; -...
分类:
Web程序 时间:
2014-05-27 01:31:52
阅读次数:
264
div{ height:200px; color:#F00;}.left{ float:left;
width:100px; background:#00f; _margin-right:-3px;}.right{ float:right;
width:100px; background:#0f0;...
分类:
其他好文 时间:
2014-05-26 23:51:20
阅读次数:
401
习惯了直接在xml里设置margin(距离上下左右都是10dip),如:只是有些情况下,需要在java代码里来写。API中,android.view.ViewGroup.MarginLayoutParams有个方法setMargins(left,
top, right, bottom)。可是View...
分类:
移动开发 时间:
2014-05-26 23:51:05
阅读次数:
543
copyFrom====〉http://www.cnblogs.com/2050/archive/2012/07/31/2616460.html高度自适应布局 我是left
我是right现在我的高度比left高,但left用它的padding-bottom补偿了这部分高度 //PS因为...
分类:
其他好文 时间:
2014-05-26 23:20:28
阅读次数:
295
1. background-size background-size: cover ||
contain. 该属性可以是背景图片铺满容器,前者适用于当背景图片原始尺寸小于容器大小,后者适用于图片尺寸大于容器。2. background-clip 取值
: border-box || padding....
分类:
Web程序 时间:
2014-05-23 06:32:10
阅读次数:
331
转载请注明出处:HTMl5自由者
4月份写的一篇关于IE6 Bug 怪异解析(模式)的文章,现在重新理解了下,就再写一篇详细一点的文章来补充下知识点。
怪异解析分两种情况;
① 当padding+border 时,
重点:
padding + border width,padding + border忽略掉,算进width里面,也就...
分类:
其他好文 时间:
2014-05-23 01:38:21
阅读次数:
198
最近在做web页面设计的时候,莫名的发现最上面会出现一个横条,颜色为html的背景颜色。本意是那一片空横条应该为header的背景色。查了一些资料,发现是margin collapsing的问题,记录下来,希望初学者少走弯路。
从问题说起
先给出demo的源码和截屏,给出一个直观的印象。代码如下:
html {
width: 100%;
...
分类:
Web程序 时间:
2014-05-22 18:54:31
阅读次数:
609
1、div绝对居中就是固定大小的div在浏览器中垂直、水平都居中,适合用到浮动弹出框、页面居中的登陆框等你想得到的地方。以前我也曾使用window.onload和window.onresize来控制高度自适应,宽度好说,兼容IE和其他主流浏览器的,直接文本居中,内部“margin:0
auto;”。...
分类:
其他好文 时间:
2014-05-20 10:28:36
阅读次数:
267