【问题标题】:IE9 table not recognize border-radiusIE9 表格无法识别边框半径
【发布时间】:2013-02-20 23:14:31
【问题描述】:

我有一张桌子,需要设置border-radius 5px。它在 FF 和 Chrome 上运行完美,但在 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;
}

请帮帮我。

【问题讨论】:

标签: css cross-browser


【解决方案1】:

将以下内容添加到您的标题中

<meta http-equiv="X-UA-Compatible" content="IE=edge" />

【讨论】:

  • 我在 Drupal 中工作,我添加了您提供的相同标签,但它在 IE9 中不起作用。
猜你喜欢
  • 2011-11-14
  • 2011-07-19
  • 2012-07-02
  • 2021-11-17
  • 1970-01-01
  • 1970-01-01
  • 2014-05-31
相关资源
最近更新 更多