I am trying to have a transparent table(30%) and have another table within it thats not transparent.
Here is the code I am using to make the first table 30% transparent:
style="color:black;background:black;filter:alpha(opacity=30);-moz-opacity:.30;opacity:.30;"
What do I need to do to make the table within that one not transparent in anyway? I have tried several ways to do this and none seem to work or they just make it worse.
Here is the code I am using to make the first table 30% transparent:
style="color:black;background:black;filter:alpha(opacity=30);-moz-opacity:.30;opacity:.30;"
What do I need to do to make the table within that one not transparent in anyway? I have tried several ways to do this and none seem to work or they just make it worse.