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?
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?