Transparency with the help of CSS


.someclass     {
      opacity: 0.3;
      filter: alpha(opacity=30); /* for IE */
}