个人笔记1、word-break:break-all; 换行2、white-space:nowrap; overflow:hidden; text-overflow:ellipsis; 省略号3、固定高度1:html{height:100%;overflow:hidden;}body{margin:...
分类:
其他好文 时间:
2015-04-13 22:44:03
阅读次数:
154
1.最小高度,小于19像素IE6自动扩展到19像素。解决办法:overflow:hidden2.边框点线(IE6)不支持(只是一个像素的时候才出现问题)dotted解决办法:切图片做背景3.margin问题:margin (1)、margin传递的时候不显示。解决办法:1.父级【子级】加float:...
分类:
其他好文 时间:
2015-04-13 18:11:57
阅读次数:
115
android:orientation="horizontal" > android:layout_gravity="center_horizontal" layout表示相对父控件...
分类:
移动开发 时间:
2015-04-13 16:14:44
阅读次数:
160
学院首页学校概况组织机构专业设置教育教学招生就业科学研究合作交流 *{margin:0px;}#container { background-color: #999999; width:900px; height:800px; margin-left:auto; margin-right:aut.....
分类:
其他好文 时间:
2015-04-13 14:22:07
阅读次数:
109
Loading 动画效果一HTML 代码:1234567CSS 代码:12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152.spinner {margin:100...
分类:
Web程序 时间:
2015-04-13 14:15:03
阅读次数:
165
DIV居中:<divstyle="margin-left:auto;margin-right:auto;width:760px;background-color:Silver;">DIV居中CSS代码<ahref="http://jihua.cnblogs.com">jihua.cnblogs.com</a></div>DIV靠右:<divstyle="margin-left:auto;margin-right:2px;width:760..
分类:
其他好文 时间:
2015-04-13 07:12:11
阅读次数:
113
1、IE6下横向双倍marginbug(触发条件:块属性标签;float;横向margin设置;IE6下。解决办法:css中加入display:inline。)2、css中公用属性首先声明;如对浏览器对某些标签有默认的margin和padding值首先声明默认值为0。3、css中class类名必须有实际的意义,必须与内容相关;不..
分类:
其他好文 时间:
2015-04-13 07:10:14
阅读次数:
101
CSS书写顺序:1.位置属性(position, top, right, z-index, display, float等)2.大小(width, height, padding, margin)3.文字系列(font, line-height, letter-spacing, color- tex...
分类:
Web程序 时间:
2015-04-12 17:29:42
阅读次数:
1339
字符制作三角边框
*{margin:0;padding:0;}
body{font-family:SimSun;}
h1{text-align:center;}
.demo1{
width:100px;
margin:20px auto;
border:1px solid red;
height:100px;
}
.demo1 em,.demo1 span
{
d...
分类:
Web程序 时间:
2015-04-12 16:19:27
阅读次数:
183
原文: margin负值-权威指南 [http://www.csswang.com/exp/cssexp/3863.html]static元素是没有设定成浮动的元素,下图说明了负margin对static元素的作用。1. 当static元素的margin-top/margin-left被赋予负值,元...
分类:
其他好文 时间:
2015-04-12 14:42:18
阅读次数:
102