CSS: Setting background-image in CSS

后端 未结 8 1911
一整个雨季
一整个雨季 2021-01-05 03:46

What is the correct syntax when setting the background-image in CSS? In visual studio, there seems to be no problem in the background since it appears. But in the browser li

8条回答
  •  Happy的楠姐
    2021-01-05 04:45

    i got mine working w/ ../images/bgimage.jpg

    how? i did NOT use quotes - ex:

    background-image: url(../images/bgimage.jpg);
    

提交回复
热议问题