Log in

View Full Version : Image, over image?



[Nicolas]
02-16-2011, 04:00 AM
How can I put a certain number of images over one image with CSS?

Nile
02-16-2011, 11:55 PM
I would do something with relative positioning and absolute positioning.


<div id="wrapper"> <!-- position #wrapper relatively -->
<img src="image1.png" />
<img src="image2.png" /> <!-- position this image absolutely -->
</div>

[Nicolas]
02-17-2011, 12:38 AM
Thanks! While talking about CSS, how can I use an external TTF in a text box.

Nile
02-17-2011, 12:41 AM
@font-face http://www.css3.info/preview/web-fonts-with-font-face/