下面这段代码中的CSS样式Chrome能显示出来,IE和Firefox均显示不出,这事为什么?

decoration.html:<html><head><linkrel="stylesheet"type="css/text"href="decoration.css"... decoration.html:

<html>
<head>
<link rel = "stylesheet" type = "css/text" href = "decoration.css" />
</head>
<body>
<table align = "right">
<tr><th>Home</th></tr>
<tr><th>Info</th></tr>
<tr><th>Help</th></tr>
<tr><th>News</th></tr>
</table>
<h1>I <em>love</em> to decorate!</h1>
<p>I think that decorating <span class = "oops">cakes</span> HTML is lots of fun.Here are some of my favorites.
<div class = "text">
<p id = "a">Undelined text(don't you want to click here?)</p>
<p id = "b">Line-through text</p>
<p id = "c">Overlined text</p>
<p id = "d">Blinking text (this is hard to show in print!)</p>
</div>
</body>
</html>
--------------------------------------------------------------------------------
decoration.css
em {
text-decoration :underline ;
}
table {
border :1em solid fuchsia ;
font-weight :bold ;
font-family :ubuntu ;
}
.oops {
text-decoration :line-through ;
}
.text {
padding :2em 1em auto 2em ;
margin :3em 5em auto 1em ;
border :1px solid teal ;
}
#a {
text-decoration :underline ;
}
#b {
text-decoration :line-through ;
}
#c {
text-decoration :overline ;
}
#d {
text-decoration :blink ;
}
.text p {
width :25em ;
margin-right :2em ;
}
其中html和css均放在同一目录下
展开
 我来答
InTomo
2015-07-17 · TA获得超过1598个赞
知道大有可为答主
回答量:5944
采纳率:41%
帮助的人:1846万
展开全部
  您好,感谢您对火狐的支持

  在<link rel = "stylesheet" type = "css/text" href = "decoration.css" />中,css/text两属性颠倒了,建议安装Firebug,使用插件调试很容易发现这些问题。
  您可以在火狐官方网站下载火狐浏览器,在火狐社区了解更多内容。希望我的回答对您有所帮助,如有疑问,欢迎继续在本平台咨询。
island0505
2011-02-04 · TA获得超过190个赞
知道小有建树答主
回答量:93
采纳率:0%
帮助的人:103万
展开全部
错误在于:
<link rel = "stylesheet" type = "css/text" href = "decoration.css" />
中的type属性应为"text/css",你写反了。
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
龙越溟
2011-02-04 · 超过37用户采纳过TA的回答
知道小有建树答主
回答量:99
采纳率:0%
帮助的人:94.9万
展开全部
不同内核对代码的支持能力不一样,尽量少用不兼容的代码吧
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式