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
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)