Alpha in mozilla und opera

Status
Nicht offen für weitere Antworten.

dobermant

Erfahrenes Mitglied
nabend....
gibs den alphaeffekt mittlerweile auch für opera bzw mozilla?

hatte da´ne anweisung für mozilla gefunden, funktioniert aber nicht :(
<style type="text/css">
.test {
filter:alpha(opacity=30); /* IE */
-moz-opacity:30%; /* Mozilla geht nicht*/
}
</style>

gruss und hx
 
Versuch's mal mit:
Code:
.test {
  filter:alpha(opacity=30); /* IE */
  -moz-opacity:0.3; /* Mozilla */
}
 
feini gumbo....ick hab ja nich mal uff "Abschicken" geklickt ;)

gibs auch ne alternative für opera ?

danke auf jeden fall!
 
Status
Nicht offen für weitere Antworten.
Zurück