in reply to Workarounds for <abbr> tag on mobile browsers
@media (pointer: coarse), (hover: none) { a.hoverDate:link:before { content: attr(title) ": "; font-size:75%; ba +ckground: #ddd; foreground: #111; } abbr:after { content: " {/" attr(title) "\05C}"; font-size:75%; backgr +ound: #ddd; } }
This works for me when I view your post in my mobile browser: I see it as <abbr> {/abbreviations\}
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Workarounds for <abbr> tag on mobile browsers
by LanX (Saint) on Sep 17, 2024 at 21:12 UTC | |
by choroba (Cardinal) on Sep 17, 2024 at 21:20 UTC |