Problem with IE when using display:block for links

前端 未结 7 1861
半阙折子戏
半阙折子戏 2021-02-07 15:50

This is my HTML:

Link 1 Link 2 Link 3 <
7条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-07 16:38

    Insert this inside your a-tag style:

    background:url('images/dot.png') no-repeat;
    

    where dot.png is a 1x1 transparent image.

提交回复
热议问题