This fun little effect makes an image appear semi transparent, and when you put your mouse over it, gradually makes it solid. Or, vise versa.
Great for link buttons.

Move your mouse over the images.
                       

First, add this between your <HEAD> </HEAD> tags.


Then, add this to your IMG tag:
style="filter:alpha(opacity=10)" onmouseover="nereidFade(this,100,30,5)"
onmouseout="nereidFade(this,10,30,5)"



opacity=10 - This is the opacity the image will start at.
100,30,5 - The first number is destination transparency level (ie 100 is totally solid)
      The second number is the rate in milliseconds between trasparency changes. (best under 100)
      The third number is the amount of change each time (ie 5, for 5% change in transparency)
10,30,5 - Same as above. If you want the image to return to the same opacity when the mouse is removed, make the first number match the amount.

Source: DynamicDrive.Com
 Site © Lycentia.    Bishoujo Senshi Sailor Moon © Naoko Takeuchi, and it's distributors. All Rights Reserved.