1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

how to render border radius in ie8

Discussion in 'CSS' started by anindya420, Jan 26, 2014.

  1. #1
    hey, anybody here how to render border radius in ie8

    .social_icon_area ul li{
    float:left;
    margin-right:10px;
    background:none 0% 0% repeat scroll rgb(92, 143, 31);
    padding:18px;
    font-size:18px;
    /*border-radius*/
    -webkit-border-radius:50px;
       -moz-border-radius:50px;
            border-radius:50px;
    }
    Code (markup):
    have any solution of my problem
     
    anindya420, Jan 26, 2014 IP
  2. homer7

    homer7 Well-Known Member

    Messages:
    268
    Likes Received:
    25
    Best Answers:
    4
    Trophy Points:
    125
    #2
    homer7, Jan 26, 2014 IP
  3. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,998
    Best Answers:
    253
    Trophy Points:
    515
    #3
    While there are scripted polyfills, those usually are bloated garbage even when not in use, and quite often do more harm than good to the layout... which is why pretty much my position on it is that if IE8/earlier users don't get your fancy CSS3 details, OH WELL.

    Stop bending over backwards for people who refuse to join us in THIS century over minor unimportant "gee ain't it neat" graphical bits. They don't get drop-shadows and rounded corners, "OH WELL". That's actually the POINT of CSS effects, that they gracefully degrade while still providing a useful (if less attractive) page for people who refuse to keep up and continue using buggy insecure decade out of date browsers.
     
    deathshadow, Jan 26, 2014 IP
  4. xtmx

    xtmx Active Member

    Messages:
    359
    Likes Received:
    12
    Best Answers:
    4
    Trophy Points:
    88
    #4
    xtmx, Jan 26, 2014 IP
  5. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,998
    Best Answers:
    253
    Trophy Points:
    515
    #5
    Amazing the difference three years makes -- at the time I wrote that I never thought we'd see an IE that actually supported it... since we didn't even have a preview of IE9 yet; we had IE8, and a YEAR of not even a peep out of MS as to there even being a new version.
     
    deathshadow, Jan 26, 2014 IP
  6. Hefaistos

    Hefaistos Active Member

    Messages:
    194
    Likes Received:
    14
    Best Answers:
    9
    Trophy Points:
    63
    Digital Goods:
    1
    #6
    If you really want to support the border-radius in IE 8, you could use the http://css3pie.com/
     
    Hefaistos, Jan 29, 2014 IP
  7. anindya420

    anindya420 Member

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #7
    thanks for reply
     
    anindya420, Apr 5, 2014 IP