I apply a this style to a table:
And it correctly displays the alpha filter. But thenn, I want to insert another table into that one, and write text, but it applies the filter also to the text! Is there a way to make the text appear normal?
I tried applying this style to the text, but it didnt work:
Please help!
| Code: |
| .table{
background-color:#CCCCCC; border-left-width:0px; border-color:#333333; border-style:outset; border-spacing:2px; border-width:1px; filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=100, FinishOpacity=20, Style=2 StartX=0, FinishX=100, StartY=0, FinishY=100); } |
And it correctly displays the alpha filter. But thenn, I want to insert another table into that one, and write text, but it applies the filter also to the text! Is there a way to make the text appear normal?
I tried applying this style to the text, but it didnt work:
| Code: |
| .opacity_100{
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100, Style=0); } |
Please help!
