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


garlik - 5:28 pm on Sep 3, 2009 (gmt 0)


The HTML

<div class="transparency">
<a href="index.html"><img alt="" src="header.png" width="800" height="120" border="0" /></a>
</div>

The CSS

.transparency {
font: 13px Lucida, Verdana, sans-serif;
text-align: center;
color: #ffffff;
width: 800px;
padding: 10px;
margin-left: auto;
margin-right: auto;
background-color: #000000;
opacity: 0.80;
filter:alpha(opacity=80);
}

The Results

Firefox, IE8, Safari, Chrome: Good Result

Opera: Bad Result

Seems that the image does not inherit the transparency from div in Opera (version 10) żAny ideas?

[edited by: tedster at 9:25 pm (utc) on Sep. 3, 2009]
[edit reason] no screenshots, please [/edit]


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