I have setup an email obfuscation according to this question
CSS:
.e-mail:before {
content: attr(data-website) "\0040" attr(data-user);
unicode-bidi: bidi-override;
direction: rtl;
}
HTML:
<span class="e-mail" data-user="otcatnoc" data-website="moc.shtopurg">
But it doesnt work on IE 11... any ideas on how can it be fixed or what did i make wrong?
Any help will be apreciated, thanks