Answer the question
In order to leave comments, you need to log in
What can replace css content property for IE 11?
What can replace css content property for IE 11 besides background, background-image? I have edit class
<v-icon
class="edit">
edit
</v-icon>
.edit {
content: url(./../assets/img/icons/edit_no_active.png);
}
Answer the question
In order to leave comments, you need to log in
Anatoly Filimonov , you want the impossible.
If you want to add an additional property to the edit class , then write like this:
.edit:before {
content: url(./../assets/img/icons/edit_no_active.png);
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question