Template:Hover 1: Difference between revisions
Jump to navigation
Jump to search
>HexUseMe (Created page with "→Hover images: .imgUnder { overflow: visible; display: inline-block; position: relative } .imgOver { display: block; ...") |
>Jr Mime m (Removed protection from "Template:Hover 1": Please use Special:Contact/general for questions/commands) |
(One intermediate revision by one other user not shown) | |
(No difference)
|
Latest revision as of 22:11, 12 June 2018
/* Hover images */
.imgUnder { overflow: visible; display: inline-block; position: relative } .imgOver { display: block; visibility: hidden; width: inherit; height: inherit; overflow: hidden; position: absolute; top: 0; left: 0; right: 0; bottom: 0 } .imgUnder:hover .imgOver { visibility: visible !important; }