Transparency using CSS filter add following code to your class or Id selector
filter:alpha(opacity=50); -moz-opacity:.50;opacity:.50;
Transparency using CSS filter add following code to your class or Id selector
filter:alpha(opacity=50); -moz-opacity:.50;opacity:.50;
Posted in CSS Tips, Uncategorized
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
By: Mona Garg on July 3, 2007
at 11:08 am
filter:alpha(opacity=50); -moz-opacity:.50;opacity:.50;
in this code can we delete this -moz-opacity:.50;opacity:.50;
By: Shefali Sharma on July 3, 2007
at 11:10 am
its my pleasure Mona. and u can ask me to help any time for ur CSS..
By: vijayta on July 3, 2007
at 11:13 am
Hi Shefali
yeah u have a right question we can use above code without this also
-moz-opacity:.50;opacity:.50;
By: vijayta on July 3, 2007
at 11:14 am