|
So you wanna make this: fade like this:
All you have to do is add this little bit to your IMG tag:
style="filter:alpha(opacity=##)"
The example above is set to 30. You can set the opacity from 0-100.
The higher the amount, the more solid it becomes.
Note: This code can work on just about anything, from text to tables. Experiment.
|