Site hosted by Angelfire.com: Build your free website today!
undefined
undefined

~ Fading image script ~


~ Have you ever seen faded images, and when you hover over them they return to their normal color? This is how you do it! 

Example:



Put this code between the <head> and </head>  section of your webpage.



Put this code where you want the image to be placed on your webpage. Remember to change the "IMAGE URL" to the url of your picture.



The important thing in this code is the part that says: "filter:alpha(Opacity=60)". The filter called Alpha is a Ccs filter that makes things semi.transparent. Opacity, means how opaque you want the transparent div layer to be. 1 is very transparent and 100 is very opaque. For fading images its best to stay with the default setting.

~Back ~