为什么我用火狐导入CSS失败IE6可以?

<styletype="text/css">@import"Css/Max.css";</style>IE6浏览没问题可是火狐就有问题了.CSS根本没导入成功.IE6导入... <style type="text/css">
@import "Css/Max.css" ;
</style>
IE6浏览没问题可是火狐就有问题了.CSS根本没导入成功.IE6导入 正常.
CSS如下:@charset "utf-8";
/* CSS Document */
.head{width:926px; height:220px; position:relative;};
.headtow { background-image:url(../images/3.jpg); width:926px; height:220px; position:relative; };
.Topfont {margin-left:670px; margin-top:70px; position:relative; width:222px;};
.showfont{position:relative; width:170px; height:20px; margin-left:650px; color:#900;};
.showrgb{position:relative; width:125px; height:20px; font-size:0px; margin-left:680px;};
.show1{position:relative; width:30px; height:25px; background-color:#4D59F7; float:left};
.show2{position:relative; width:30px; height:25px; background-color:#B4E227; float:left}
.show3{position:relative; width:30px; height:25px; background-color:#D14AF9; float:left};
.show4{position:relative; width:30px; height:25px; background-color:#5F5FCD; float:left};
.navigation{position:relative; width:926px; height:33px;};
.navigation1{width:926px; height:33px; background-color:#38A206; position:relative; margin-top:-3px;};
.navigation_head{position:relative; margin-left:40px; float:left; width:100px; height:20px; margin-top:8px;};
.navigation_rest{position:relative; float:left; width:100px; height:20px; margin-top:8px;};
.bosom{position:relative; width:926px; height:190px; margin-top:-2px;};
.bosomOne{position:relative; float:left;};
.bosomTwo{position:relative; width:926px; height:45px;};
.bosomThree{position:relative; width:700px; height:25px; float:left;};
.companySynopsis{position:relative; width:100px; height:20px; float:left;};
.companySynopsis_blank{position:relative; width:580px; height:20px;};
.companySynopsis_blankOne{position:relative; background-color:#148004; width:700px; height:22px;};
.blank{float:left; position:relative; width:15px; height:42px;};
.nood_blank{position:relative; width:199px; height:40px;};
.affiliationMy{position:relative; width:95px; height:20px; float:left;};
.affiliation{position:relative; width:96px; height:20px;};
.affiliation_blank{position:relative; background-color:#148004; width:198px; height:22px;};
.intro{position:relative; width:700px; float:left; height:132px;};
.bullfrog{position:relative; background-image:url(../images/4.jpg); float:left; width:190px; height:132px;};
.bullfrog_font{position:relative; width:500px; height:132px;};
.relation_address{position:relative; width:19px; height:128px; float:left;};
.address{position:relative; width:199px; height:132px;};
.bottom{position:relative; width:926px; height:25px; background-color:#54E7DC};
.good_fellowship{float:left; position:relative; width:68px; height:25px; margin-left:60px;};
.good_friend_links{float:left; position:relative; width:153px; height:25px; margin-left:30px;};
.bottom_is_next{position:relative; width:926px; height:25px; background-color:#666;};
展开
 我来答
liuzhe041
2010-01-02 · TA获得超过949个赞
知道小有建树答主
回答量:312
采纳率:100%
帮助的人:321万
展开全部
<link href="Css/Max.css" type="text/css" rel="stylesheet">

你的路径是放在css文件夹下,文件名为Max.css。

另外顺便说一下

XHTML标准中元素什么的都是小写,不提倡大写。
CSS中也一样,你CSS中有大写。

不要为问什么 这是W3C标准。

我碰到过CSS用大写 chrome浏览器不识别。 因为它太严格的符合W3C标准了。

******************************************
@import "Css/Max.css" ;
@import url(Css/Max.css);
这两种写法都可以的吧.
我还是觉得不要用@import 因为毕竟这个相比link有很多不足。
cewin9999
2010-01-02 · TA获得超过1627个赞
知道小有建树答主
回答量:183
采纳率:66%
帮助的人:72.7万
展开全部
@import 这个火狐不支持
改下就可以了
改成通用的
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
紫陌境迁
2010-01-02 · TA获得超过218个赞
知道小有建树答主
回答量:195
采纳率:0%
帮助的人:172万
展开全部
因为你写错了!

换成这样的:
@import url(Css/Max.css);
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
safetye
2010-01-05 · TA获得超过154个赞
知道答主
回答量:127
采纳率:0%
帮助的人:93.5万
展开全部
<link href="#" type="text/css" rel="stylesheet">
说一下,外链接样式用这个方法,原因吗,网上一搜多得很
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式