Is Css3 is not working in IE8 and IE9?

Discussion in 'HTML & Website Design' started by h2theme, Jun 1, 2014.

  1. #1
    Hi guys,
    I am using css3 for round corner border,but it is not working in IE8 and IE9.
    Any Person Post IE8 and IE9 css for round corner border.
    Thanks in Advance.
     
    h2theme, Jun 1, 2014 IP
  2. COBOLdinosaur

    COBOLdinosaur Active Member

    Messages:
    515
    Likes Received:
    123
    Best Answers:
    11
    Trophy Points:
    95
    #2
    In IE9 you need to use a strict doctype to insure you are not in quirks mode. IE8 does not support round corners so you need to hack the page with something like http://css3pie.com/ which is a favorite of neophytes who think that making a defective old browser look modern is their mission even when it makes them look childish.
     
    COBOLdinosaur, Jun 1, 2014 IP
    deathshadow likes this.