transparente só no IE

.alphaIE{
filter:Alpha(Opacity=80);
}

transparente só em Mozilla, Netscape, etc

.alphaMoz {
-moz-opacity:80%;
}

transparente em mozilla, Nets, etc e tb no Ie

.alphaMozIe {
filter:Alpha(Opacity=80);
-moz-opacity: 80%;
}