“antecedentes corrigido” Código de respuesta

HTML Fondo estático

body {
  background-image: url("img_tree.gif");
  
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  
  background-size: cover;
}
Lazurite

CSS de fondo de imagen fijo

#hero1{
 background:url(https://4.bp.blogspot.com/_AQ0vcRxFu0A/S9shDGGyMTI/AAAAAAAAAYk/kn3WTkY2LoQ/s1600/IMG_0714.JPG);
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
Nasty Nightingale

antecedentes corrigido

background-attachment:fixed;
Code Cat

Imagen de fondo CSS Sigue Scroll

background-attachment: scroll;
background-attachment: fixed;
background-attachment: local;
Lioruby

Respuestas similares a “antecedentes corrigido”

Preguntas similares a “antecedentes corrigido”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código