1.ie6、7 margin负值部分无法看到的解决方法给带margin值为负值的元素加了“*zoom:1;_position:relative;”!个人理解:加了zoom:1属性触发ie7的hasLayout属性,ie7下margin负值可见,但ie6仍坚持隐藏负值部分,需添加position:re...
分类:
其他好文 时间:
2015-02-27 15:04:53
阅读次数:
114
界面制作和排版
(1)需要定位的标签比如、...放到中便于定位
(2)注意控制好各个的距离
(3)注意别忘记负值定位
.other {
margin-left: 1018px;
z-index: 1;
margin-top: -523px;
}
视频播放器的选型
(1)插件,修改路径费劲,加载默...
分类:
其他好文 时间:
2015-02-27 13:41:40
阅读次数:
155
一、为什么复选框与后面的文字有间距1.在FF,chrome,Safari等浏览器,是由margin引起的,也就是checkbox有默认margin-right:3px。(FF下复选框默认margin值为3px 3px 3px 4px,chrome与之一致 )2.IE6-IE8是由本身引起的。FF的虚...
分类:
其他好文 时间:
2015-02-27 11:43:56
阅读次数:
179
XML布局<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"android:paddingBottom="@dimen/activity_vertical_margin"an..
分类:
其他好文 时间:
2015-02-27 01:34:17
阅读次数:
148
CSS书写规范及顺序CSS书写顺序1.位置属性(position, top, right, z-index, display, float等)2.大小(width, height, padding, margin)3.文字系列(font, line-height, letter-spacing, c...
分类:
Web程序 时间:
2015-02-26 18:34:18
阅读次数:
177
New Document
*{margin:0px;padding:0px;}
body{background:url("imges/bg2.jpg")}
.Menu{
width:200px;height:252px;background:#CDFEC0;
position:absolute;left:500px;top:100px;
...
分类:
Web程序 时间:
2015-02-26 10:07:57
阅读次数:
218
New Document
*{margin:0px ; padding:0px;}
body{background:url("imgs/1.jpg")no-repeat fixed;background-size:cover;}
.button{position:fixed;left:20px;top:0px;cursor:pointer;}
.web{wi...
分类:
Web程序 时间:
2015-02-26 10:06:37
阅读次数:
194
New Document
*{margin:0px;padding:0px;}
#wap{width:1180px;height:360px;
border:5px solid #ddd;margin:30px auto;
overflow:hidden;
}
#wap ul {width:11090px;height:360px;border:2p...
分类:
Web程序 时间:
2015-02-26 10:06:02
阅读次数:
179
New Document
*{margin:0px;padding:0px;}
body{background:url("images/oo.jpg")no-repeat fixed;background-size:cover;}
#huanfu{margin:200px auto;width:548px;height:299px; background:#A...
分类:
Web程序 时间:
2015-02-26 10:05:37
阅读次数:
260
MyHtml.html
-->
*{margin:0px;padding:0px}
#header{width:1300px;height:37px;border:1px solid #F00;margin:0px auto;
box-shadow:3px 2px 15px #000000;border-radius:3px;overflow...
分类:
Web程序 时间:
2015-02-26 10:05:27
阅读次数:
192