li带背景图片,居中的方法
url(images/background/img.png) no-repeat scroll center center;
第一个center水平居中,第二个center垂直居中.
url(images/background/img.png) no-repeat scroll center center;
第一个center水平居中,第二个center垂直居中.
IE6/7/8下li不会自换行,反而会堆砌在一起!Firefox则显示正常!就算定义了ul或者ul外部的div宽度,问题同样不能解决。
解决方法:给li加上:white-space:nowrap;