/ Published in: CSS
Expand |
Embed | Plain Text
.transparent { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.5; } Example: <div class="box transparent">Your content</div>
You need to login to post a comment.
satie83 on 08/12/12
1 person have marked this snippet as a favorite
.transparent { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.5; } Example: <div class="box transparent">Your content</div>
You need to login to post a comment.