【发布时间】:2013-02-06 22:40:26
【问题描述】:
我正在尝试在 IE8 中让我的滑块导航选项卡上的圆角:csr.steelcase.com ...(“我们的愿景”、“我们的 CEO 致辞”等)
该网站是用 WordPress 编写的,我已经按照我读过的几篇文章正确安装了 CSS3PIE,但无论出于何种原因,我仍然无法在 IE8 中修圆。我也尝试过链接到 PIE.htc 文件...无济于事。
body.company .flex-control-paging li a.flex-active{background: white; color:#333;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
zoom: 1;
position: relative;
behavior: url(http://csr.steelcase.com/wp-content/themes/steelcase360_theme_csr/pie_ver1/PIE.php);
}
有人有什么想法吗?感谢您的帮助。
【问题讨论】:
标签: css internet-explorer-8 css3pie