html中把li前面的的小圆点换成小图片的方法

1 li {
2     list-style: none;
3     background: url(../img/li_dis.png) no-repeat left;
4     padding-left: 20px;
5 }

 

posted @ 2013-08-28 15:30  DoNetCoder  阅读(1128)  评论(0编辑  收藏  举报