使元素横向排列的方法
使用如下三个属性皆可实现
display: table-cell; IE8+
display: inline; IE6+ 元素右边有空格
display: inline-block; IE8+ 元素右边有空格
float: left; IE6+
使用如下三个属性皆可实现
display: table-cell; IE8+
display: inline; IE6+ 元素右边有空格
display: inline-block; IE8+ 元素右边有空格
float: left; IE6+