Posted by: vijayta | June 25, 2007

Transparency Effect by CSS

Transparency using CSS filter add following code to your class or Id selector

filter:alpha(opacity=50); -moz-opacity:.50;opacity:.50;


Responses

  1. This is really a nice thread u post. It really works for me cuz i need the same in one of my project.
    Thanx vijayta

  2. filter:alpha(opacity=50); -moz-opacity:.50;opacity:.50;

    in this code can we delete this -moz-opacity:.50;opacity:.50;

  3. its my pleasure Mona. and u can ask me to help any time for ur CSS..

  4. Hi Shefali
    yeah u have a right question we can use above code without this also
    -moz-opacity:.50;opacity:.50; :)


Leave a response

Your response:

Categories