View Full Version : Transparent Help!


rubyred9390
05-02-2004, 06:07 PM
How do I make a textarea or table or WHATEVER on my picture (I want the thingie to be transparent)??! Help I need the HTML code!!!

rubyred9390
05-02-2004, 06:09 PM
PLZZZZZ?!?!? :wolf:

MaGiCSuN
05-02-2004, 06:11 PM
<table style="position: absolute; top: #px; left: #px;" cellspacing="0" cellpadding="0" width="#" height="#"><tr><td>
text in here
</td></tr><table>

tables are allready transparent if you don't specify a background color for them :)

change #'s to numbers. Top is amount of pixels from top, left is amount of pixels from left.

Also how big is your image? you could also set it as a background of a table, and then type your content in the table cell. Then you get the same effect :)

love,
Mirna

rubyred9390
05-02-2004, 06:13 PM
thx! but wut is cell-padding stuff?

kittycat
05-02-2004, 08:16 PM
Cellpadding: This sets the margins inside of your table cells on all four sides of your cell.
Cellspacing: This sets the spacing between your table cells.

MaGiCSuN
05-02-2004, 09:24 PM
if you leave that out of the <table> tag it will put in spaces etc on the sides of the table. Unless you want that, but i automatically type that stuff because i hate it :P It's like a body tag without the "margin" stuff haha.

Love,
Mirna