From RuneGlory
(14 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | < | + | Testing images <br> |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <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> | |
− | |||
− | |||
− | |||
− | |||
+ | <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" /> | ||
+ | </a> | ||
+ | <span class="tooltiptext">Giant pouch</span> | ||
+ | </div> | ||
− | + | </body> | |
+ | </html> |
Latest revision as of 08:12, 14 November 2017
Testing images