Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
Diese Eigenschaft gehört nicht zum offiziellen Standard des W3C, sondern ist in Anlehnung an die kommenden CSS-3-Eigenschaften von den Mozilla-Entwicklern eingeführt worden.
Prozentangabe
Nicht mehr ab Mozilla 1.5. Du solltest deshalb auschließlich Zahlen-Werte verwenden.
Edit:
Ja das mit wem w3c standard (autom.korrigiert) hab ich auch gelesn...aber wenns doch im HTML klappt..... oder kanns sein, dass es erst in css3 in css klappen wird und bis jetz nur in HTML?
<div class="box" align=center style="float:left;filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;">
.box {
float:left;
filter:alpha(opacity=80);
-moz-opacity:.80;
opacity:.80;
}
<div class="box"></div>
.box,.box2,.box3{
opacity: .5;
filter: alpha(opacity=90);
}
image{
.box,.box2,.box3{
opacity: .5;
filter: alpha(opacity=90);
}