Page is a not externally linkable
garlik - 5:28 pm on Sep 3, 2009 (gmt 0)
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]
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
[edit reason] no screenshots, please [/edit]