in_this_rain
New Member
For some reason, IE doesn't get the content: attr(data-title) as set below.Works in FF and Chrome though.How to fix this?\[code\]<a href="http://stackoverflow.com/questions/15486879/#" class="nav-roll"> <span data-title="About">About</span> </a> .nav-roll span:after { background: none repeat scroll 0 0 #0198cd; color: #FFF; content: attr(data-title); display: block; padding: 0 2px; position: absolute; left: 0; top: 0;}\[/code\]