Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Felyza/Sandbox/TooltipTest: Difference between revisions

From EVE University Wiki
Felyza (talk | contribs)
Created page with "<style> Tooltip container: .tooltip { position: relative; display: inline-block; border-bottom: 1px dotted black; If you want dots under the hoverable text: } ..."
 
Felyza (talk | contribs)
mNo edit summary
Line 1: Line 1:
<style>
<nowiki><style>
/* Tooltip container */
/* Tooltip container */
.tooltip {
.tooltip {
Line 30: Line 30:
<div class="tooltip">Hover over me
<div class="tooltip">Hover over me
   <span class="tooltiptext">Tooltip text</span>
   <span class="tooltiptext">Tooltip text</span>
</div>
</div><nowiki>Insert non-formatted text here</nowiki>
</nowiki>