Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6047139
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T07:19:07+00:00 2026-05-23T07:19:07+00:00

Example: http://jsfiddle.net/NBWmU/1/ I’m using the following CSS to make the background of my div

  • 0

Example: http://jsfiddle.net/NBWmU/1/

I’m using the following CSS to make the background of my div transparent in as many browsers as possible:

background: rgb(255, 255, 255) transparent;
background: rgba(255, 255, 255, 0.6);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)";

For some reason in IE8 text on top of the transparent div appears sharp and pixelated, and looks quite different to the same text outside the div on a plain background. I haven’t tested in other browsers yet.

Does anyone know of a way I can force the text to render the same everywhere? I’ve tried using a transparent png but this caused some other rendering issues and I’m hoping there is another way.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T07:19:07+00:00Added an answer on May 23, 2026 at 7:19 am

    Yes: don’t use -ms-filter and filter:progid:DXImageTransform etc.

    There’s a bug in the implementation of the filters causing it to use the fallback text renderer. The only way to make it consistent is to either don’t use it when text is involved, or use it on all text (so that all text is equally ugly and pixelated).

    What I usually do is, i use only standard css for transparency such as rgba() colors, opacity etc. And in the IE-specific css I set the background/text color to an approximate match to how it would look whith real transparency.

    And for images I create an IE-specific copy of the image sprite that are transparent. But transparent png’s will cause the same problems in ie7 and older, so I usually fall back to full opacity (i.e. not transparent) in ie7.css

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Update : Added simple test example http://jsfiddle.net/7UhrW/1/ using normalize.css. Chrome/WebKit and Firefox have different
See example http://jsfiddle.net/qqyYU/1/ <div class=detail> <p><b>Entry</b><br> First <span>40,-</span><br> Second <span>20,-</span></p></div> css .detail p span:first-child
In the following example http://jsfiddle.net/xBRPg/ I'm trying to create a yellow background for one
Please take a look at the following example: http://jsfiddle.net/MVfVD/ I want the overlayedFrameFooter div
I have the following example: http://jsfiddle.net/LAMdV/ HTML: <div id=imageSlider> <span class=info id=info1> hello world
I'm using :before to make custom bullets (See example http://jsfiddle.net/cHqRd/1/ ) it's working fine
example: http://jsfiddle.net/kuTLf/ code looks like this: <div id=main> <div id=slideshow class=pics> <div id=nav></div> <img
im following this example http://jsfiddle.net/rniemeyer/badZb/ . I just copy and paste the exact code
I would like to make use of embedded base64 images in ie7. Example: http://jsfiddle.net/mfPnK/
Here an example http://jsfiddle.net/x5mCR/ With the current code how do I make the big

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.