gpt4 book ai didi

html - Internet Explorer 不在 VS 2013 上加载 css。Chrome 会

转载 作者:行者123 更新时间:2023-11-28 11:27:37 25 4
gpt4 key购买 nike

我有一个使用 VS 2013 和 bootstrap 3 构建的 MVC 5 元素。我在 Site.css 文件中创建了几个类,主要用于更改颜色、字体等,它们运行良好。但是现在,它在 IE 11 中不再起作用,尽管它在 Chrome 中仍然有效。我的意思是 IE 忽略了 Site.css 中的类。

我使用的是 VS 2013 的所有默认值。我没有更改 bundle 配置,我验证它是否包含 Site.css

为确保万无一失,我创建了一个简单的元素,其中包含一个标签和一个用于更改其颜色的类。它适用于 Chrome 而不是 IE。

这是 BundleConfig

   public class BundleConfig
{
// For more information on bundling, visit http://go.microsoft.com/fwlink/?LinkId=301862
public static void RegisterBundles(BundleCollection bundles)
{
bundles.Add(new ScriptBundle("~/bundles/jquery").Include(
"~/Scripts/jquery-{version}.js"));

bundles.Add(new ScriptBundle("~/bundles/jqueryval").Include(
"~/Scripts/jquery.validate*"));

// Use the development version of Modernizr to develop with and learn from. Then, when you're
// ready for production, use the build tool at http://modernizr.com to pick only the tests you need.
bundles.Add(new ScriptBundle("~/bundles/modernizr").Include(
"~/Scripts/modernizr-*"));

bundles.Add(new ScriptBundle("~/bundles/bootstrap").Include(
"~/Scripts/bootstrap.js",
"~/Scripts/bootstrap-datepicker.js", // ** NEW for Bootstrap Datepicker
"~/Scripts/respond.js"));

bundles.Add(new StyleBundle("~/Content/css").Include(
"~/Content/bootstrap.css",
"~/Content/bootstrap-datepicker.css", // ** NEW for Bootstrap Datepicker
"~/Content/site.css"));
}
}

最佳答案

我遇到了同样的问题,问题在于 Internet Explorer 10 和 11 的兼容性如果你可以安装旧版本就可以了

关于html - Internet Explorer 不在 VS 2013 上加载 css。Chrome 会,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21289351/

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