SyntaxFix
Write A Post
Hire A Developer
Questions
You can give opacity value as
div {opacity: 0.4;}
For IE, you can specify as
IE
div { filter:alpha(opacity=10));}
Lower the value - Higher the transparency.