mike_zou 发表于 2011-11-18 11:04:50

css载入问题

想请问一下,同样的文件,为何在safri与firefox下可以顺利加载css,在ie遨游之类就是无法载入css
想请教大家修改何处能够使ie顺利载入css

栺尖灬丿流年ヽ 发表于 2011-11-18 11:10:14

把你加载的代码贴上来看看这样叫人怎么答涅

mike_zou 发表于 2011-11-18 11:24:02

<!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="Content-Type" content="text/html; charset=UTF-8" />
<title>Home</title>

<link href="/mike_studio/css/style.css" rel="stylesheet" type="" />

<style type="text/css"></style>

</head>

mike_zou 发表于 2011-11-18 11:24:28

栺尖灬丿流年ヽ 发表于 2011-11-18 11:10 static/image/common/back.gif
把你加载的代码贴上来看看这样叫人怎么答涅

<!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="Content-Type" content="text/html; charset=UTF-8" />
<title>Home</title>

<link href="/mike_studio/css/style.css" rel="stylesheet" type="" />

<style type="text/css"></style>

</head>

mike_zou 发表于 2011-11-18 12:05:16

谁能解释一下啊

shenma 发表于 2011-11-18 13:20:49

<link href="/mike_studio/css/style.css" rel="stylesheet" type="" />

shenma 发表于 2011-11-18 13:21:33

shenma 发表于 2011-11-18 13:20 static/image/common/back.gif


把这个写成绝对地址试试看。

不好意思点击了 ctrl+enter就提交了:D

孤月蓝风 发表于 2011-11-18 14:40:32

type="text/css"   加上参数

孤月蓝风 发表于 2011-11-18 14:42:11

你一个问题发了三遍,很蛋疼

mike_zou 发表于 2011-11-18 14:45:54

孤月蓝风 发表于 2011-11-18 14:42 static/image/common/back.gif
你一个问题发了三遍,很蛋疼

为毛没人能帮我解决一下啊
页: [1] 2
查看完整版本: css载入问题