gpt4 book ai didi

jquery - IE 上的 CSS 和 .load() jquery 问题

转载 作者:技术小花猫 更新时间:2023-10-29 10:29:59 28 4
gpt4 key购买 nike

IE(7 和 8)是否存在 jquery .load() 无法正常运行的已知问题?我的 CSS 没有加载到页面上。这是我的代码:

这是正在加载的文件(show_profile.php):

<!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>
<link rel="stylesheet" script="text/css" href="profile.css" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>

<body>

<div id="tabs"><div id="cd" class="tab_active">Contact Details</div>
</div>
</body>
</html>

这是 profile.css 的代码

#tabs {
color:white;
font-family:Verdana;
font-size:14px;
}

#cd{
position:absolute;
left:0px;
top:0px;
background-color:#3172A6;
}
.tab {
position:absolute;
top:0px;
}
.tab_active {
position:absolute;
top:0px;
}

独立查看文件 show_profile.php 时,包括 CSS 在内的所有内容都没有问题,但是当我使用 .load() 时它不会工作

请帮忙:(

最佳答案

CSS 来自主文档的标题,而不是您正在加载的内容。您可以使用 load(0) 在您正在加载的页面上使用内联样式,也可以在加载它的文档中的某些 css(或使用样式标签)中指定样式。

关于jquery - IE 上的 CSS 和 .load() jquery 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6420251/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com