对于inline elements使用的几点说明

关于inline elements的几个css属性说明

  1. 设置margin-topmargin-bottom这二个属性是无效的,但是有margin-leftmargin-right
  2. 设置以下几个属性也是无效的:min-widthmin-heigthwidthheigthmax-widthmax-height,另width的几个属性应用于table rows也是无效的,而height的几个属性应用于table columns也是无效的。
  3. 对于vertical-align,则只能对inline elementstable-cell elements生效。