Page is a not externally linkable
birdbrain - 11:26 am on Sep 7, 2009 (gmt 0)
Opera does apply opacity to the image but appears to set different values. If you use a border:10px solid #000 instead of padding:10px and background-color:#000, birdbrain
Hi there garlik,
you will see that the image opacity is identical to Firefox et al. ;)
.transparency {
font: 13px Lucida, Verdana, sans-serif;
text-align: center;
color: #ffffff;
width: 800px;[red]
/*padding: 10px;*/[/red]
margin-left: auto;
margin-right: auto;[red]
/*background-color: #000000;*/[/red][blue]
border:10px solid #000;[/blue]
opacity: 0.8;
filter:alpha(opacity=80);
}
Why Opera does this is a mystery to me.
Perhaps their forums may shed a light on it.