0

我正在尝试让一个项目在 ie8 上工作,但是我找不到以下样式有任何问题,从研究看来,ie8 应该能够拾取所有这些样式,这些样式在 chrome 中工作得非常好。

先感谢您

 .tabs a.tab {
  position: relative;
  z-index: 0;
  display: table-cell;
  border-top: 2px solid #eeeeee;
  border-right: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  border-bottom: 2px solid #cccccc;
  background-color: #fafafa;
  padding: 7px 10px 7px 10px;
  color: #999999;
  cursor: pointer;
}
4

0 回答 0