我正在尝试在我的网站中实现https://github.com/jackilyn/bootstrap-contact/上的引导表单。集成后它在 chrome 中运行良好,但在 IE8 中,我得到:
Couldn't load http://localhost/my_project/index.php/my_controller/assets/less/reset.less (404)
在 IE8 中,CSS 似乎不起作用。有没有什么办法解决这一问题?
谢谢,
账单
我正在尝试在我的网站中实现https://github.com/jackilyn/bootstrap-contact/上的引导表单。集成后它在 chrome 中运行良好,但在 IE8 中,我得到:
Couldn't load http://localhost/my_project/index.php/my_controller/assets/less/reset.less (404)
在 IE8 中,CSS 似乎不起作用。有没有什么办法解决这一问题?
谢谢,
账单
你需要在你的 bootstrap.less 文件中包含这个文件(reset.less),然后重新编译 less。带有 .less 的文件是用来编译的,而不是由浏览器提供的。
如果您没有编译自己的 .less - 您也许可以将 .less 填充更改为普通的 .css 文件。
这是 bootstrap.less 文件的链接:
https ://github.com/twitter/bootstrap/blob/master/less/bootstrap.less