Overlay graphics on graphics in dev

I would like to know if I can overlay a short animated GIF on top of a background image, rather then creating multiple DIVS with a bunch of slices, the only other solution I have is creating a div on top of a div !

Did I already solve my question :slight_smile: ? Any suggestions ?

Hey there, it is fine to use a div inside a div or to use an <img/> tag on top of your original div. It depends which suits you best

thanx :slight_smile: I did answer my own question :slight_smile: