这是CSS
li { background: transparent url(bullet-arrow.png) no-repeat left 4px;
padding-left: 10px;
list-style-image: none;
list-style-position: outside;
list-style-type: none; }
这是当前输出
alt text http://shup.com/Shup/382212/11061275219-My-Desktop.png
我需要这种格式
alt text http://shup.com/Shup/382214/11061275414-My-Desktop.png
最佳答案
只是一个主意...您能否为display:block
设置display:inline-block
(或者也许是li
)?