View Full Version : trouble with having images stay the same


likwid_82
06-22-2003, 04:07 AM
I can't seem to get my table to be transparent without the content in it being normal everything such as my images and text are transparent how do you solve this problem?
Thank you

Dude128
06-22-2003, 04:13 AM
to make tables transparent, all you have to do is leave out the bgcolor and background attributes. that doesn't affect any content in the tables.

are you sure you mean transparent? or do you want the background to be translucent?

likwid_82
06-22-2003, 04:17 AM
Oops my bad! i meant translucent you know where it has that opaque effect.. I made the table translucent and the images are translucent as well thats so annoying

Dude128
06-22-2003, 04:33 AM
in that case, I think everything will be translucent, and you can't make certain things translucent and others not. what you could do if your table is a fixed width and height (rather than a percentage), you could cut out the part of the background that the table covers, adjust the opacity with an image editing program, then set that new image as the background of the table.

likwid_82
06-22-2003, 04:49 AM
thank you I know there is probably some way around having to do something in a graphics program but i have seen wicked hard coders avoid it i guess i can just keep reading maybe i can find out how to do it