“insertar error de imagen de imagen CSS” Código de respuesta

insertar error de imagen de imagen CSS

background-image: url(../images/nickcage.jpg); // css and image live in subdorectories

background-image: url(images/nickcage.jpg); // css lives with html but images is a subdirectory
Outstanding Oyster

La imagen de fondo en CSS no funciona

background-image: url(nickcage.jpg); // first problem may be missing quotation mark
// Second may be wrong path 
// check the name of the file if there is any error
// check whether you are using proper extension of the file 
Prickly Pygmy

Respuestas similares a “insertar error de imagen de imagen CSS”

Preguntas similares a “insertar error de imagen de imagen CSS”

Más respuestas relacionadas con “insertar error de imagen de imagen CSS” en CSS

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código