我有一个链接,如下图所示
我想做的是申请
text-overflow: ellipsis;
所以在这种情况下,“Page”这个词将被省略号替换,但仍然有箭头,它是链接的一个 :after 元素。
链接代码是这样的:
.next-lesson:after{
background: url("img/icons.png") no-repeat -9px -91px;
display: inline-block;
background-repeat: no-repeat;
width: 15px;
height: 15px;
content: "";
margin-left: 5px;
}