Fading Images
Look at this:
Want to do that on your page too? Follow this tutorial!
1 Inside your <head> tags, place this script: [I'm using a text area since this script is long]:
2 Now, whatever image you want faded, use this:
<img src="IMAGE" style="filter:alpha(opacity=20)" onmouseover="nereidFade(this,100,50,25)" onmouseout="nereidFade(this,20,50,10)">
3 You may change the numbers as you please n_n Although I don't really know what the other means, but opacity, you should know what it means!









