From RuneGlory
(Replaced content with "Testing images <html> <body> <a href="https://wiki.etherumps.com/Main_page"> <img src="https://i.imgur.com/Ezmb51W.png" alt="my picture" height="32" width="32" /> </a>...") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Testing images | + | Testing images <br> |
+ | |||
<html> | <html> | ||
+ | <style> | ||
+ | |||
+ | .tooltip .tooltiptext { | ||
+ | visibility: hidden; | ||
+ | width: 120px; | ||
+ | background-color: black; | ||
+ | color: #fff; | ||
+ | text-align: center; | ||
+ | border-radius: 6px; | ||
+ | padding: 5px 0; | ||
+ | |||
+ | /* Position the tooltip */ | ||
+ | position: absolute; | ||
+ | z-index: 1; | ||
+ | } | ||
+ | |||
+ | .tooltip:hover .tooltiptext { | ||
+ | visibility: visible; | ||
+ | } | ||
+ | </style> | ||
+ | |||
<body> | <body> | ||
− | <a href="https://wiki.etherumps.com/Main_page"> | + | <div class="tooltip"> |
+ | <a href="https://wiki.etherumps.com/Main_page/Guides/Skill_guides/Runecrafting"> | ||
<img src="https://i.imgur.com/Ezmb51W.png" alt="my picture" height="32" width="32" /> | <img src="https://i.imgur.com/Ezmb51W.png" alt="my picture" height="32" width="32" /> | ||
− | </a> | + | </a> |
+ | <span class="tooltiptext">Giant pouch</span> | ||
+ | </div> | ||
+ | |||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 08:12, 14 November 2017
Testing images