| Replies
|
|
|
RossTheHoss69
|
Posted at 5:41 am on April 30, 2008 |
Quote: from rand0mguy at 10:06 pm on April 29, 2008
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
It's supported in both. |
|
|
rand0mguy
|
Posted at 8:06 pm on April 29, 2008 |
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 |
|
|
RossTheHoss69
|
Posted 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. |
|
|
All 3 previous replies displayed. |
|