Hello!
See the example http://jsfiddle.net/chaika_sv/z897oacL/ (I want to make a new ruble sign on the site)
The code works fine everywhere except Opera Mini on Android. On Android, an absolutely positioned strikethrough line is somehow somewhere below R.
HTML
<span class="rouble"> P<div class="rouble__dash">–</div> </span> CSS
.rouble__dash{ left: 0; line-height: 1px; position: absolute; top: 11px; } .rouble{ position: relative; }
display:inline-block;And yes,% Opera Mini for android is negligible, I think no one even seriously considers it. - ferrari