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 8043639
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T04:58:04+00:00 2026-06-05T04:58:04+00:00

I have applied border-radius on a div and the result is very poor rendering

  • 0

I have applied border-radius on a div and the result is very poor rendering in IE9.
I know that I am probably asking for too much, but still this is something that should not happen at all.

It is very dificult to explain to a client what sub-pixel anti-aliasing is.

This is my CSS:

-moz-border-radius: 10px;
-webkit-border-radius: 10px;
 border-radius: 10px;

enter image description here

  • 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-06-05T04:58:06+00:00Added an answer on June 5, 2026 at 4:58 am

    I believe I know what the problem is. It looks like you’re using a background image in the element with the rounded corners. IE doesn’t like that. If that is indeed what is causing your issue then you can solve it by adding a second element.

    the parent element needs to have the rounded edges and overflow hidden. The child elements gets the background image.

    I’ve only been able to test this in IE10 on the windows 8 release preview (which has the same problem) but I’m fairly certain it’s the same in IE9.

    Example code:

    .wrap {
        margin: 100px auto;
        width: 80%;
        border-radius: 50%;
        overflow: hidden;
    }
    
    .wrap .content {
        min-height: 400px;
        background: url('bg.jpg');
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a div with border-radius: 20px applied to it. The first element inside
I have encountered an issue with Firefox that if border-box is applied to an
I have the following script: $(#border-radius).click(function(){ var value = $(#border-radius).attr(value); $(div.editable).click(function () { mySQLinsert(value,
I have applied CSS border-bottom:1px dashed #494949; on several consecutive cells of a single
I have applied scroll view to the entire layout and that layout has one
I have the following style applied to my div element: background-image: -moz-radial-gradient(50% -10%, ellipse
I have div with CSS rotateX transform applied to it: -webkit-transform: perspective(500px) rotateX(60deg) rotateY(60deg)
I have a input[type=text] that has padding applied to it and it behaves differently
I have this page layout: <header> <content> <footer> I have border-left and right applied
I have a div that I am applying rounded corners to. Here is my

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.