七月网

marginbottom(margin bottom是什么意思)

七月网4270

margin bottom是什么意思

名称:margin-bottom

marginbottom(margin bottom是什么意思)

分类:外边距

简述:设置对象下方外边距属性

概述:margin-bottom是设置对象下方外边距属性的样式(Style)。

android:paddingBottom 是什么意思

paddingBottom是指控件中内容距离控件底边距离。比如:Button高10dp,宽10dp,将paddingBottom=10dp,那么Button高就变为20dp,Button内容靠上显示,距离底边10dp。

layout_marginBottom是指控件边以外空下的距离,比如Button1和Button2垂直显示,将Button1中layout_marginBottom=10dp,那么Button1与Button2之间将有10dp距离。

css代码“margin-bottom:5px\0”是什么意思

照理这是一个无效属性。经测试,也就只有Ie8依然能识别,所以可以说这个是Ie8的一个Csshack.。

显示效果为:Margin-bottom:5Px,其它浏览器会忽略这个属性。