+ 1
what is the different between z index and multiple background?? is it same or what?
im got confused with this thing
4 Réponses
+ 17
z-index is the overlapping priority of an element. If you put many elements on top of a specific one but you want this to appear on top you can increase its z-index.
+ 4
For multiple background, order is defined in the background-image property:
background-image: url("most-top-image.url"), url("image.url"), url("most-bottom-image.url");
0
and what about multiple background?
0
multiple background can overlap each other and also merge their color effects
but z index just overlaps multiple colors (just colors)