User talk:Icy.horse/test page

From All The Fallen Stories
Revision as of 10:11, 13 December 2020 by Icy.horse (talk | contribs)
Jump to navigation Jump to search

{{#css: body { .icydropdown {

    display: inline-block;
    position: relative;

}

.icydropdown-content {

    display: none;
    position: absolute;
    background-color: gray;
   min-width: 160px;
    z-index: 1;

}

.icydropdown:hover .icydropdown-content {

       display: block;

} }

        mouse over

hello world!