css

CSS para preloader de imagem

Pescado do digg:

#preloadedImages {
  width: 0px;
  height: 0px;
  display: inline;
  background-image: url(path/to/image1.png);
  background-image: url(path/to/image2.png);
  background-image: url(path/to/image3.png);
  background-image: url(path/to/image4.png);
  background-image: url();
}

Depois de configurar o CSS, basta chamar uma div, com seu respectivo id.

Interactions

Webmentions

Like this content? Buy me a coffeeor share around:

0 Like

0 Reply & Share