1

I have a table and need to set border-radius 5px. It is working perfect in FF and Chrome but not working on IE9.

.XYZ table {
  border: 2px solid #E6E7E8;
  border-radius: 0.7em 0.7em 0.7em 0.7em;
  display: block;
  margin-top: 1em;
  overflow: hidden;
  display: block;
}

Please help me.

JBntis
  • 79
  • 16
Manjit Singh
  • 834
  • 4
  • 9
  • 12

1 Answers1

0

Add the following into your header

<meta http-equiv="X-UA-Compatible" content="IE=edge" />
Dreamwalker
  • 3,032
  • 4
  • 30
  • 60