How can I put a certain number of images over one image with CSS?
How can I put a certain number of images over one image with CSS?
I would do something with relative positioning and absolute positioning.
Code:<div id="wrapper"> <!-- position #wrapper relatively --> <img src="image1.png" /> <img src="image2.png" /> <!-- position this image absolutely --> </div>
Jeremy | jfein.net
Thanks! While talking about CSS, how can I use an external TTF in a text box.
[Nicolas] (02-27-2011)
Bookmarks