Does anyone know how to get a tablefade from one color to another?
Because I could need one for my site...
Please tell me as fast as u can.
Because I could need one for my site...
Please tell me as fast as u can.
| Code: |
| <head>
<style type="text/css"> <!-- .alpha {filter: Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=0);} --> </style> </head> <body class="alpha"> </body> |
| Code: |
| <head>
<style type="text/css"> <!-- .alpha {filter: Alpha(Opacity=100, FinishOpacity=50, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=0);} --> </style> </head> <body class="alpha"> </body> |
| Code: |
| <head>
<style type="text/css"> <!-- .alpha {filter: Alpha(Opacity=50, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=0);} --> </style> </head> <body class="alpha"> </body> |
| Code: |
| <head>
<style type="text/css"> <!-- .alpha {filter: Alpha(Opacity=100, FinishOpacity=0, Style=3);} --> </style> </head> <body class="alpha"> </body> |
| Code: |
| <head>
<style type="text/css"> <!-- .alpha {filter: Alpha(Opacity=100, FinishOpacity=0, Style=2);} --> </style> </head> <body class="alpha"> </body> |
| Code: |
| <head>
<style type="text/css"> <!-- .alpha {filter: Alpha(Opacity=100, FinishOpacity=50, Style=1, StartX=50, StartY=0, FinishX=100, FinishY=0);} --> </style> </head> <body class="alpha"> </body> |
| Code: |
| <head>
<style type="text/css"> <!-- .alpha {filter: Alpha(Opacity=100, FinishOpacity=50, Style=1, StartX=0, StartY=0, FinishX=0, FinishY=100);} --> </style> </head> <body class="alpha"> </body> |