How To Create a Transparent Image



When you add a image to your site, your code will look like this :

leaves

Result:
leaves

Now add style="opacity:0.4;filter:alpha(opacity=40)" to your code as below.

Now your code will look like this:

leavesstyle="opacity:0.4;filter:alpha(opacity=40)" />

See the result:

leaves

Note: You can change 40 as your choice.




0 comments: