Quote: from RossTheHoss69 at 1:20 pm on Mar. 27, 2008 Code: <style> table, table, table { background-color:your-color-here; -moz-opacity:0.9; filter:alpha(opacity="90"); } </style> Whatever you put in the '-moz-opacity:' has to be in decimal, ie 0.9, 0.8, etc. To make the correlation between IE and FF, though, you have to have the same numbers, ie 0.8 and 80. i thought that wasent that supported in IE and opera
Code: <style> table, table, table { background-color:your-color-here; -moz-opacity:0.9; filter:alpha(opacity="90"); } </style> Whatever you put in the '-moz-opacity:' has to be in decimal, ie 0.9, 0.8, etc. To make the correlation between IE and FF, though, you have to have the same numbers, ie 0.8 and 80.