Bootstrap在Firefox中不起作用 [英] Bootstrap doesn't work in firefox

查看:137
本文介绍了Bootstrap在Firefox中不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个Bootstrap表单,但是在Firefox中没有正确显示...所有其他浏览器似乎都能正常工作。我尝试了一切!



继承人链接: http://www.redmandesign.ie/bootstrap/form1.html



我认为它与bootstrap样式表有关,但不确定。 / p>

任何人都可以帮助我真的卡住了!!!

解决方案

 < link href =css\bootstrap.css =stylesheet> 
< link href =css\bootstrap-responsive.css =stylesheet>

应改为:

 < link href =css / bootstrap.css =stylesheet> 
< link href =css / bootstrap-responsive.css =stylesheet>

解释:Firefox正在发送一个名为css\bootstrap.css的文件的请求,而不是bootstrap.css在css文件夹中,不存在,服务器回复404错误。难道你不喜欢斜线类型之间的细微差别吗? :P


I have a Bootstrap form made, but is doesnt appear correctly in Firefox... all other browsers seem to work. I've tried everything!

Heres the link: http://www.redmandesign.ie/bootstrap/form1.html

I think its related to the bootstrap style sheet but not sure.

Can anyone help i'm really stuck!!!

解决方案

<link href="css\bootstrap.css" rel="stylesheet">
<link href="css\bootstrap-responsive.css" rel="stylesheet">

Should be changed to:

<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/bootstrap-responsive.css" rel="stylesheet">

Explanation: Firefox is sending a request for a file called css\bootstrap.css instead of asking for bootstrap.css in the css folder, which doesn't exist and the server replies with a 404 error. Don't you just love the subtle difference between the types of slashes? :P

这篇关于Bootstrap在Firefox中不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆