Template:Hover 1
Revision as of 20:09, 23 October 2017 by >HexUseMe (Created page with "→Hover images: .imgUnder { overflow: visible; display: inline-block; position: relative } .imgOver { display: block; ...")
/* 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; }