Difference between revisions of "User talk:Icy.horse/test page"

From All The Fallen Stories
Jump to navigation Jump to search
m
(Blanked the page)
Tag: Blanking
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#css:Icy.horse.css}}


.icydropdown {
    display: inline-block;
    position: relative;
}
.icydropdown-content {
    display: none;
    position: absolute;
    background-color: gray;
    min-width: 160px;
    z-index: 1;
}
<div class="icydropdown">
        <span>mouse over</span>
              <div class="icydropdown-content>
            <p>hello world!</p>
    </div>
</div>

Latest revision as of 11:22, 2 January 2021