Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Border-radius display outline in IE

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #261421
    Vishal Somani
    Participant

    When border-radius is applied to a div having height or width or margin in fraction (decimal) pixel then outer line display for that div.
    I am added VALID HTML5 DOCTYPE. This issue is for all versions of IE.

    #261423
    Beverleyh
    Participant

    Sorry, I don’t understand the question/issues. Can you provide a demo and more clearly state/describe the problem?

    #261425
    Vishal Somani
    Participant

    http://jsfiddle.net/qgcw7s7x/1/

    Here I apply border-radius to div. It looks good in all other browser except IE. In IE background color slightly overlay on div. I think this problem is because of margin is in decimal point with border-radius.

    #261432
    Paulie_D
    Member

    Cannot reproduce the issue but there may be sub-pixel rounding anti-aliasing going on.

    You should avoid using fractional pixels as a matter of course…there really is no need for it and what does a fractional pixel look like anyway?

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.