Quote:
Originally Posted by davikerkrish
This is pretty much straight forward and easy to achieve compared to the other hacks.
.opacity_div {
filter: alpha(opacity = 50);
}
|
The opacity property sets the opacity level for an element.
The opacity-level describes the transparency-level, where 1 is not transperant at all, 0.5 is 50% see-through, and 0 is completely transparent.