sifr 无法在浏览器中工作,但可以在 Dreamweaver 预览中看到它
这是我第一次尝试使用 sifr,所以请温柔一点,忘记我的菜鸟:)。
我在让 sifr 工作时遇到了一些问题...当最终看起来像这样时(dreamweaver 预览看到字体发生了变化),没有浏览器可以看到它...
http://www.creatica.ro/in2itivetest/index.html
这是我正在处理的网站。
预先感谢您的帮助。
this is my first time trying to use sifr, so pleave be gentle and forget my noobness :).
ive been having some problems getting sifr to work... when finally it looked like it did (the dreamweaver preview saw the font change), no browser can see it...
http://www.creatica.ro/in2itivetest/index.html
this is the site im working on.
thank you in advance for helping.
您的 javascript 包含内容之一作为 404 返回,这意味着您引用了 HTML 文档中不存在的文件(js 文件)。
http://www.creatica.ro/Scripts/swfobject_modified.js 是路径丢失的文件。我认为搞砸与 flash 相关的事情是有意义的:)
检查文件的实际位置并移动它或更改 URL 以反映正确的路径。
PS:顺便说一句,不错的网站。尽管我发现顶部菜单有点烦人..(悬停效果感觉在顶部并且缓慢)
One of your javascript includes is returned as a 404, meaning you're referring to a non-existing file (js-file) from your HTML document.
http://www.creatica.ro/Scripts/swfobject_modified.js is the path of the missing file. Would make sense for that to screw up something to do with flash I reckon :)
Check where the file actually is and move it or change the URL to reflect the correct path.
PS: Nice site by the way. Even though I found the top menu slightly annoying.. (the hover effect feels over the top and sluggish)