Nikonito
12-27-2005, 08:08 PM
Hi.
I've recently discovered the benefits with css, however, right now Im stuck with a newbie problem.
I have a table filled with a gray color and is also modified to be transparent..
.transparent {
opacity: .2;
filter: alpha(opacity=20);
}
The problem is, the table is acctually a space for a topic and when I place the headline text in that table, the text is also getting the alpha effect, which makes it unreadable..
I've tried to apply different tags to the text itself, and then applied another css trying to remove the alpha from the text but not from the table bg, without sucess.
Any good tips?
Sincerely N'nito
I've recently discovered the benefits with css, however, right now Im stuck with a newbie problem.
I have a table filled with a gray color and is also modified to be transparent..
.transparent {
opacity: .2;
filter: alpha(opacity=20);
}
The problem is, the table is acctually a space for a topic and when I place the headline text in that table, the text is also getting the alpha effect, which makes it unreadable..
I've tried to apply different tags to the text itself, and then applied another css trying to remove the alpha from the text but not from the table bg, without sucess.
Any good tips?
Sincerely N'nito