“Wstaw obraz tła CSS Błąd” Kod odpowiedzi

Wstaw obraz tła CSS Błąd

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

Obraz tła w CSS nie działa

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

Odpowiedzi podobne do “Wstaw obraz tła CSS Błąd”

Pytania podobne do “Wstaw obraz tła CSS Błąd”

Więcej pokrewnych odpowiedzi na “Wstaw obraz tła CSS Błąd” w CSS

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu