+ 1
I try to use multibackground image in css3 do not work.
I am try to use multibackground image but do not work. the first image show but second one do not show help please. div { width: 400px; height: 300px; background-image: url("../image/background.jpg"), url("../image/mui.JPG"); background-position: right bottom, left top; background-repeat: no-repeat; }
1 Antwort
0
Did you check the file path and the file extension of your image? It might be incorrect.