Testparagraph mit normaler Deckkraft.

Testparagraph mit 50% Deckkraft.

Eingabefeld mit 50% Deckkraft.

Style sheet:

.test {
	background-color: #CE6BBD;
	width: 100%;
}

.opaque {
	filter: alpha(opacity=50);
	-moz-opacity: .5; 
}
So sollte es z.B. aussehen:
correct
Funktioniert im IE 6.0 & Firebird 0.7, funktioniert nicht in Opera 7.23

Valid HTML 4.01!