Zichtbaar

gif reset

by iwould_

HTML

<div id="zichtbaar">
  <a href="?link?">Zichtbaar<span></span></a>

</div>

CSS

#zichtbaar a span {
  display: none;
  background-image: url("https://jepen84.github.io/github.io/images/static_ice.gif");
  background-size: contain;
  background-position: fixed;
  background-repeat: no-repeat;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 25%;
  top: 35px;
  z-index: -9999;
}

#zichtbaar a:hover span {
  display: block;
  background-image: url("https://jepen84.github.io/github.io/images/ice_t.gif");
}