我的 CSS 和 HTML/Javascript 在我的某些页面上不起作用

发布于 12-10 02:49 字数 631 浏览 0 评论 0原文

我正在尝试使用这个 全屏滑块的 jQuery 脚本 由于某种原因,它似乎不起作用!整个插件可以工作,但各个页面上的 HTML 由于某种原因无法工作。怎么了?

这是我的 index.htmlhttp://goatsy.me/motoring

这里是我的 about.htmlcontact.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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

能怎样 2024-12-17 02:49:42

问题是你没有加载在其他页面上使用的CSS(关于等)

如果你在索引中包含CSS,一切都应该很好:

<link rel="stylesheet" type="text/css" href="/motoring/links/expandable-box-demo/style.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:

<link rel="stylesheet" type="text/css" href="/motoring/links/expandable-box-demo/style.css">

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文