CSS - IE 中的圆 Angular - IE9

标签 css

我已经阅读了大量关于此问题的问题、答案和建议。

我已经在我的 HTML 和 CSS 中使用编码来尝试消除任何问题,但 IE8 和 IE9 仍然无法正确显示页面(带有圆 Angular )。它也不显示阴影文本(但这是另一个问题。

我的标题代码:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="X-UA-Compatible" content="IE=9" />
    <!--< meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />-->
    <link href="css/ts_style.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="javascript/date.js">
    <script language="JavaScript" type="text/javascript">

请注意,第二个元标记被引用,因为一条建议是使用较新的元标记(第一个),我还必须添加空格和换行符以在单独的行上显示所有信息。

我的 CSS 代码:

border-radius-topleft:0px; /* top left corner */
border-radius-topright:10px; /* top right corner */
border-radius-bottomleft:0px; /* bottom left corner */
border-radius-bottomright:10px; /* bottom right corner */
border-radius:0px 10px 10px 0px; /* shorthand topleft topright bottomright bottomleft */

/* firefox's individual border radius properties */
-moz-border-radius-topleft:0px; /* top left corner */
-moz-border-radius-topright:10px; /* top right corner */
-moz-border-radius-bottomleft:0px; /* bottom left corner */
-moz-border-radius-bottomright:10px; /* bottom right corner */
-moz-border-radius:0px 10px 10px 0px; /* shorthand topleft topright bottomright bottomleft */

behavior:url(border-radius.htc);

/* webkit's individual border radius properties */
-webkit-border-top-left-radius:0px; /* top left corner */
-webkit-border-top-right-radius:10px; /* top right corner */
-webkit-border-bottom-left-radius:0px; /* bottom left corner */
-webkit-border-bottom-right-radius:10px; /* bottom right corner */

所有这些在 Firefox 5、Opera 11.5、Chrome 12.0.742.112、Safari 5.0.5 (7533.21.1) 中运行良好由 Microsoft 来使他们的浏览器更兼容/兼容。但是对于interum,有人可以帮助我吗?我的代码不正确吗? (添加了空格和换行符)

最佳答案

IE6-8 不支持 CSS3。完全没有。

你需要类似 CSS3PIE 的东西让他们工作。

但是,它应该可以在 IE9 中工作。

关于CSS - IE 中的圆 Angular - IE9,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6622823/

相关文章:

css - 带有 Font Awesome 的中心 div

css - outlook正文背景不重复

html - 窗口仍然有水平滚动

css - 通缉 : CSS grid system AND collapsing margins

html - 如何创建一个完全设备兼容的网站

javascript - 创建一个带有动态选项卡的菜单文件

html - 我可以将 div 放入选取框元素中吗

css - "Float"没有 flexbox 的两侧居中元素?

css - 调整元素的对齐方式和大小

javascript - 如果在小型设备上用错误文本替换 iframe