I am wondering why my tool tip doesn't work on IE 10. I checked the attributes and I don't find any are not supported by IE 10. It works fine on IE 11 and Chrome. Any ideas? Thank you very much!!
.badge:hover::before {
visibility: visible;
}
.badge::before {
content: attr(data-name);
visibility: hidden;
}
<br>
<div class="badge apple" data-name="Apple">A</div>