DISQUS

DISQUS Hello!  The comments on this profile are unclaimed and thus are unverified.

Do they belong to you? Claim these comments.

Andrew's picture

Unregistered

Feeds

aliases

  • Andrew

Andrew

2 years ago

in Cleartype sucks on CDC Studios
You can avoid this problem by setting a background-color on the same element that you are setting the opacity to. For example:

#example {
opacity: 0.5;
filter: alpha(opacity=50);
-moz-opacity: 0.5;
background-color: #fff;
}
Returning? Login