Axel
01-12-2004, 03:59 PM
How do I make two letters be at same place
|
View Full Version : How do I make two letters be at same place Axel 01-12-2004, 03:59 PM How do I make two letters be at same place starlet 01-12-2004, 04:32 PM Could you explain what you mean please, or show us an example.... Axel 01-12-2004, 04:43 PM like they where in layers maybe T on top of M is that possible Chris 01-12-2004, 04:43 PM i think they mean that one letter is on top of the other. one way would be using div layers: http://www.lissaexplains.com/html7.shtml i can't think of any other ways at the moment bellportal 01-13-2004, 10:52 AM There are no other ways. MaGiCSuN 01-13-2004, 11:02 AM <div style="position: absolute; top: 100px; left: 100px; z-index: 1;"> T</div> <div style="position: absolute; top: 100px; left: 100px; z-index: 2;"> M</div> Hope that works out :) Love, Mirna bellportal 01-13-2004, 06:07 PM Obviously, you need to change the top: and left: attributes to whatever you want. ;) spikemeister 01-13-2004, 07:15 PM I have to ask why you would want to letters overlapping each other, just out of curiosity. If it is for 'visual effect' only why not create it as an image. |