Himas Rafeek
Posted on: 2 years ago
CSS

CSS – Using transparency – opacity


                                          .transparent {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
Example: 
Your content
;