Page is a not externally linkable
- Browsers
-- Opera Browser Usage and Support
---- Problem with Opera and transparent div


birdbrain - 11:26 am on Sep 7, 2009 (gmt 0)


Hi there garlik,

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,
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.

birdbrain


Thread source:: http://www.webmasterworld.com/opera_browser/3983641.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com