Hi, I have a little question,
How do i place icons or images one on top of the other, exactly in the same position.
thanks
Hi, I have a little question,
How do i place icons or images one on top of the other, exactly in the same position.
thanks
Hey,
place a container on your canvas and give it a class. Than style it to position: relative.
Than simply drop your images in this container and give them a class with position: absolute.
Hope this helps
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.