1
2
3
4
5
.thediv {
  opacity:.80;
  filter:alpha(opacity=80);
  -moz-opacity:.80;
}