I am using an image in background of my web page. Now when i uses a table in frontend, i want it to have some transparency effect. ? How can i do that.
.semiTransparent
{
filter: alpha(opacity = 50);
opacity: .5;
}
this code is not working in CSS file