View Full Version : Userlookup: How do you keep the text in a table with faded backgrd from being faded?


m_z
08-06-2004, 03:58 AM
I notice that when the opacity of the table background decreases, the text which were originally black, becomes fainter but I don't want that to happen.


P TABLE {
width:530;
border:2px solid #DA88A5;
background-color:FEF5F7;
Filter: Alpha(Opacity=35, FinishOpacity=100, Style=3, StartX=265, StartY=100, FinishX=3, FinishY=0)
padding: 7px;
font-family:Verdana,Tahoma,sans-serif;
font-size:8pt;
color:000;
font-weight:normal;}


How do I solve the problem?

ham_let
08-06-2004, 10:45 PM
anything in th table will be put under as much opacity as the table background.. there's no way o stop it unfortunately...

m_z
08-08-2004, 10:48 AM
Okie, thanks anyway...