关于inline elements的几个css属性说明
- 设置
margin-top,margin-bottom这二个属性是无效的,但是有margin-left,margin-right。 - 设置以下几个属性也是无效的:
min-width,min-heigth,width,heigth,max-width,max-height,另width的几个属性应用于table rows也是无效的,而height的几个属性应用于table columns也是无效的。 - 对于
vertical-align,则只能对inline elements和table-cell elements生效。