1、display:display: inline-block;在ie8以下没用
at:left或者display:inline;
可以用float:left;或者display:inline;
3、无法设置微型高度
设置字体大小就可以了
3、IE6下浮动时margin双倍边距
加上display:inline;就可以了
4、margin:0
auto居中
在父元素中使用 text-align:
center 就可以了
1、display:display: inline-block;在ie8以下没用
at:left或者display:inline;
可以用float:left;或者display:inline;
3、无法设置微型高度
设置字体大小就可以了
3、IE6下浮动时margin双倍边距
加上display:inline;就可以了
4、margin:0
auto居中
在父元素中使用 text-align:
center 就可以了
相关文章: