CSS list-style-type not working

前端 未结 6 942
误落风尘
误落风尘 2021-02-05 06:11

I have set the list-style-type in CSS, but for some reason it\'s not showing it.

6条回答
  •  孤街浪徒
    2021-02-05 07:03

    In my case it wasn't working with

      .

      I suspected it was possibly because of a CSS reset file I was using.

      I set the ul { display:list-item; } as suggested above, and it just worked fine.

      Check if you are using any reset files. They could be tricky at times.

提交回复
热议问题