Transparencies by CSS

These samples show how you can set the transparency of a div or other HTML content by CSS code.
This form is placed at an absolute position so that it overlaps normal text, this way you can see the transparency.

Css code for this content is like this

filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75; 

Transparent content sample



This content is 75% opaque.