welcome to webune tutorials. Webune Specializes in Web Hosting for Web Sites. If you ever need web hosting with great service please remember our tutorial. we have many tutorials to help people just like you.

ok, lets say we have a webpage and we have an image, and we want to make the background fade out. well you can do this using css in your html code. for example, take a look a both example pictures below:


EXAMPLE 1
09p-2512-funny-face.jpg
HTML CODE OF EXAMPLE 1:
<img src="http://www.webune.com/forums/web/img/webune-com/200910/09p-2512-funny-face.jpg" alt="09p-2512-funny-face.jpg">


EXAMPLE 2
09p-2512-funny-face.jpg
HTML CODE OF EXAMPLE 2:
<img src="http://www.webune.com/forums/web/img/webune-com/200910/09p-2512-funny-face.jpg" alt="09p-2512-funny-face.jpg" style="opacity:0.4;filter:alpha(opacity=40)">


as you can see, the only difference is on EXAMPLE 2 is this code in the img tag:
style="opacity:0.4;filter:alpha(opacity=40)"


hope that helps

Thanks for Visiting Webune Support Forums