![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
|
Table background question
Is there any way I can control a table background colour's opacity?
__________________
I had a dream that Triumph the Insult Dog owned Microsoft... How...appropriate. |
|
|
|
|
|
#2 |
|
Professional Programmer
Join Date: Jun 2004
Location: South Africa, Johannesburg
Posts: 301
Rep Power: 5
![]() |
<style>
.aaa {
filter:alpha(opacity=40);
opacity:.40;
-moz-opacity:.40 //for older versions of mozilla
}
</style>
<html>
<table class="aaa">
<tr><td>This tables opacity is set to 40! (I think)</td></tr>
</table>
</html>![]() EDIT: it works Last edited by Overmind; Apr 17th, 2005 at 4:36 AM. |
|
|
|
|
|
#3 |
|
Programmer
|
Very nice!!!
You're my hero! Thank you!
__________________
I had a dream that Triumph the Insult Dog owned Microsoft... How...appropriate. |
|
|
|
|
|
#4 |
|
Programming Guru
![]() ![]() ![]() |
This will also come in handy for my CSS efforts.... Thanks
![]()
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#5 |
|
Programmer
|
Hey, wait...could you use that for a <div> as well?
'Cuz that would be neat!
__________________
I had a dream that Triumph the Insult Dog owned Microsoft... How...appropriate. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|