Image over Image CSS

前端 未结 4 1065
一生所求
一生所求 2021-02-08 05:06

I am creating a webpage and I am trying to put a png (buttons) over gif files. When the page renders, it makes the png file appear after or under the gif file. I tried using an

4条回答
  •  醉话见心
    2021-02-08 05:35

    Like other people said - if you want to put images on top of another, then you need z-indexing. Just remember, that z-index only works, if nested elements have position set - absolute or relative (static should not be used for this)

提交回复
热议问题