我的 CSS 和 HTML/Javascript 在我的某些页面上不起作用
我正在尝试使用这个 全屏滑块的 jQuery 脚本 由于某种原因,它似乎不起作用!整个插件可以工作,但各个页面上的 HTML 由于某种原因无法工作。怎么了?
这是我的 index.html
: http://goatsy.me/motoring
这里是我的 about.html
和 contact.html
。 (单独查看时有效,但在index.html中查看时无效) http://goatsy.me/motoring/links/about.html
最奇怪的部分(对我来说)是我的 maindex.html
在单独查看时以及在 index.html
中查看时都可以工作。
I am trying to use this jQuery script for full-screen sliders and for some reason, it doesn't seem to be working! The overall plugin works, but the HTML on the individual pages isn't working for some reason. What's wrong?
Here is my index.html
: http://goatsy.me/motoring
And here is my about.html
and contact.html
.
(Which work when viewed individually, but not when viewed in index.html)
http://goatsy.me/motoring/links/about.html
The weirdest part (to me) is that my maindex.html
is working when viewed separately, and also when viewed within index.html
.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题是你没有加载在其他页面上使用的CSS(关于等)
如果你在索引中包含CSS,一切都应该很好:
捕捉此类事情的一个好方法是使用调试工具(firebug 如果您使用的是 Firefox 或 Chrome 开发人员工具) - 快速查看控制台会发现几个不符合要求的请求找不到他们的文件。
The problems is that you aren't loading the css that you use on the other pages (about etc)
If you include the css on your index all should be well:
A good way to catch this sort of thing is to use a debugging tool ( firebug if you are using firefox, or the chrome developer tools) - A quick look at the console reveals several requests which don't find their file.