View Full Version : Overlap text


Kat1984
01-28-2004, 08:55 PM
What's the code for it?

MaGiCSuN
01-28-2004, 09:02 PM
what do you mean by it? you want text overlapping an image or text overlapping text (don't see the point of that really though) ? More info would be usefull :)

if you mean absolute positioning then this is the code:

style="position: absolute; top: #px; left: #px;"

replace #'s with numbers, and put this part into a <div> for example if you want to position text like this:

<div style="position: absolute; top: #px; left: #px;">
text here
</div>

love,
Mirna