mirror of
https://github.com/Frumph/comic-easel.git
synced 2026-07-23 01:46:02 -04:00
[GH-ISSUE #11] Alt Text button for mobile devices #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hijinksensue on GitHub (Jan 24, 2015).
Original GitHub issue: https://github.com/Frumph/comic-easel/issues/11
Per our conversation, here's the js I use on my site for this. The positioning and graphics are obviously specific to my site:
position:absolute;
width:125px;
height:41px;
background:url(http://hijinksensue.com/assets/misc/mobile-alt-text-button.png);
background-position:0 -40px;
display:inline-block;
bottom: 82px;
right: 25px;
cursor:pointer;
background-position:0 0;
position: relative;