All Questions
1 question
2
votes
4
answers
9k
views
Can CSS Content Property work in IE7?
I came across with CSS content property, which it is able to add text into element.
for example:
.class:after{
content: "testing";
}
Unfortunately this CSS property only working in IE8 only with ...