样式在浏览器下不能兼容; 解决办法:给li加一个背景,左对齐 不重复 并且利用padding-left 产生一个左边的间距;使背景看起来就像一个图标; ul li {list-style-type:none; width:500; height:22px; line-height:22px; padding-left:比图标宽度略大一点; background-image:url(图片); background-repeat:no-repeat; float:left; }