Showing posts with label css tranparency. Show all posts
Showing posts with label css tranparency. Show all posts

CSS Transparency

.off{
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0;
}

.on {
filter:alpha(opacity=20);
-moz-opacity: 0.20;
opacity: 0.20;
-khtml-opacity: 0.20;
}