Click to See Complete Forum and Search --> : transparent table background


FromfromDave
03-20-2004, 09:43 PM
i have a background image that i want to show through the tables i have set upon top of it. i've seen a post that shows css code to do this, but im not too familiar on how to use css or even where to put it. any html solutions to this problems?

heres the culprit: www.geocities.com/metallidave2/NewSitePreview.html

the news page that opens up in the frame is what im talking about. thx for any help.

Jick
03-20-2004, 09:49 PM
I believe you can accomplish this by not specifiying a background color. Just don't include the background="whatever" at all. From looking at your page it appears that you have it set to black currently. Just remove any instances of background stuff for the table and I think it will work. Hope that helps. ;)

FromfromDave
03-20-2004, 09:58 PM
worked perfect, thanks a lot.

Jick
03-20-2004, 10:03 PM
No problem, glad to help! :D