CSS ul li image to align with text

后端 未结 4 1724
遥遥无期
遥遥无期 2021-02-19 18:46

I have a CSS like this

ul {
    list-style-image:url(images/bulletArrow.gif);
}

ul li {
    background: url(images/hr.gif) no-repeat left bottom;
    padding: 5         


        
4条回答
  •  無奈伤痛
    2021-02-19 19:28

    Thank you both of you. The problem is that I already use background for a line-separator. But I'll change it to border then I'll use background for the bullet image.

提交回复
热议问题