Cross Browser Alpha Css


.thediv {
  opacity:.80;
  filter:alpha(opacity=80);
  -moz-opacity:.80;
}