View Full Version : Table background opacity


turelio
02-18-2005, 11:47 PM
I was wondering how to change the table/td background opacity without changing the opacity of everything it contains. I don't want an image for the background, just a solid color that I can see through. I tried the alpha filter but it changed the text and contents opacity as well. It has to be in CSS and be universal to all tables, and I can't do any div or nested tables either.

XxBeaNxX
02-19-2005, 12:42 AM
Do you have an example of this on another site? I'm not quite sure I get what you mean. If there's no image behind the table, how could it be transparent?

turelio
02-19-2005, 12:48 AM
http://profiles.myspace.com/users/15235553 I want to make it so the tables on there are a dark red color, but I want it semi-transparent so I can still see the background image. For with the tables being transparent it's hard to read the text. and since it's on myspace I can only do it with CSS

kittycat
02-19-2005, 01:28 AM
You can't change the background opacity without changing everything inside as well.

turelio
02-19-2005, 03:36 AM
Yeah, figured as much