Search This Blog

Thursday, September 16, 2010

Transparency Background with all browser Compatibility

div.transbox
  {
  width:400px;
  height:180px;
  margin:30px 50px;
  background-color:#ffffff;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }

No comments:

Post a Comment