View Full Version : Transparent Background


sisqoluv
06-02-2003, 12:11 AM
I'm sorry, I couldn't find an answer. You know how a site has an image and then text over it? The image area where the text is becomes transparent. How do you do this? I don't mean creating an image and making part of it transparent. Thank you!

Alcy
06-02-2003, 12:23 AM
<div style="position:absolute; top:#px; left:#px;">
TEXT TEXT
</div>

The text in the DIV will not have a background. Just change the #s to position it anywhere on the page ^_^

designhazard
06-02-2003, 12:24 AM
i know how to make an image and then text over it. you must use div's

sisqoluv
06-02-2003, 01:50 AM
Thank you!