B-Twien Bytes
09-25-2007, 04:13 PM
Hello all,
I try to get my CSS-sheet validated (CSS 2.1 or higher), but the opacity seems to give problems.
Looked in other threads, but could not really get THE solution.
Here is the part of my CSS...
#content {
background-color:#ffffff;
filter: alpha(opacity=90); /* needed for IE */
opacity: 0.9;
float: right;
width: 20em;
height: 23.8em;
padding: 0.5em;
font-family: Georgia,"Courier New",serif;
font-size: 0.8em;
overflow: auto;
}
The website this is used for is: http://www.maliwood.com
Thanks for the input!
I try to get my CSS-sheet validated (CSS 2.1 or higher), but the opacity seems to give problems.
Looked in other threads, but could not really get THE solution.
Here is the part of my CSS...
#content {
background-color:#ffffff;
filter: alpha(opacity=90); /* needed for IE */
opacity: 0.9;
float: right;
width: 20em;
height: 23.8em;
padding: 0.5em;
font-family: Georgia,"Courier New",serif;
font-size: 0.8em;
overflow: auto;
}
The website this is used for is: http://www.maliwood.com
Thanks for the input!