码迷,mamicode.com
首页 >  
搜索关键字:padding    ( 8371个结果
overflow: hidden用法,不仅仅是隐藏溢出
overflow:hidden这个CSS样式是大家常用到的CSS样式,但是大多数人对这个样式的理解仅仅局限于隐藏溢出,而对于清除浮动这个含义不是很了解。 当父div没有规定height值,子div浮动后,父div只剩下padding-top+padding-bottom的30px. 如何让子div再 ...
分类:其他好文   时间:2016-09-23 13:03:25    阅读次数:131
9月23日 两个列表之间移动数据
<style type="text/css"> *{ margin:0px auto; padding:0px; font-family:微软雅黑; font-size:14px;} </style> </head> <body> <div style="width:600px; height:50 ...
分类:移动开发   时间:2016-09-23 12:51:42    阅读次数:196
9月23日 子菜单下拉
<style type="text/css">*{ margin:0px auto; padding:0px}#menu{ width:700px; height:40px; border:1px solid #999; margin-top:30px}.list{ width:100px; hei ...
分类:其他好文   时间:2016-09-23 12:44:27    阅读次数:124
DIV做下拉列表
<style type="text/css">*{ margin:0px auto; padding:0px}#xiala{ width:180px; height:33px; border:1px solid #999;text-align:center; line-height:33px; ve ...
分类:其他好文   时间:2016-09-23 12:36:31    阅读次数:104
子菜单下拉
<style type="text/css">*{ margin:0px auto; padding:0px}#menu{ width:700px; height:40px; border:1px solid #999; margin-top:30px}.list{ width:100px; hei ...
分类:其他好文   时间:2016-09-23 12:35:47    阅读次数:122
两个列表之间移动数据
<style type="text/css"> *{ margin:0px auto; padding:0px; font-family:微软雅黑; font-size:14px;} </style> </head> <body> <div style="width:600px; height:50 ...
分类:移动开发   时间:2016-09-23 11:14:39    阅读次数:188
非表格展示信息(布局)
css样式表中: * { padding:0px; margin:0px; } #top { position:relative; width:100%; height:70px; background-color:#ff00dc; } #main { position:relative; widt ...
分类:其他好文   时间:2016-09-22 23:49:35    阅读次数:157
css实现正方形div的3种方式
1.CSS3 vw 单位 1vw = 1% viewport width 2.padding-bottom 3,padding-bottom+:after+absolute ...
分类:Web程序   时间:2016-09-22 19:33:52    阅读次数:197
HTML的块级元素和内联元素
块级元素 内联元素 块级元素(block)特性: 总是独占一行,表现为另起一行开始,而且其后的元素也必须另起一行显示; 宽度(width)、高度(height)、内边距(padding)和外边距(margin)都可控制; address - 地址blockquote - 块引用center - 举中 ...
分类:Web程序   时间:2016-09-22 11:23:23    阅读次数:146
CSS3实现DIV圆角
主要代码:<styletype="text/css">#roundcorner{font-family:Arial;border:2px solid#379082;border-radius:20px;padding:30px30px;width: 330px;}</style>
分类:Web程序   时间:2016-09-21 23:28:25    阅读次数:256
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!