在 zend 框架中使用 YUI3 tabview

发布于 2024-11-01 16:47:06 字数 749 浏览 0 评论 0 原文

我尝试在 zend 框架中使用 YUI3 tabview 小部件。

我使用雅虎 CDN 加载所有模块,一切都很好,我得到了与 tabview.css 的组合,除了我无法下载 中使用的图像文件tabview.css。相同的代码在纯 html 文件中运行良好,并且图像就在那里。为什么会发生这种情况?

这是一个测试页面http://www.ceshi.anpingsiwang.info,tabview.css位于css组合,tabeview.css的完整url是http://yui.yahooapis.com/3.3.0/build/tabview/assets/skins/sam/tabview.css。您可以看到该 tabview.css 文件中使用了一个名为 sprite.png 的图像,但尚未加载。另一个纯html文件 http://www.ceshi.anpingsiwang.info/plain.html 完全没问题

i try to use the YUI3 tabview widget in zend framework.

i use the Yahoo CDN to load all the modules, every things is fine, i got the combo with tabview.css inside except that i can't download the image file that is used in the tabview.css.the same code works fine in a plain html file and the image is right there. why this is happening?

here is a test page http://www.ceshi.anpingsiwang.info, the tabview.css is in the css combo, the full url of tabeview.css is http://yui.yahooapis.com/3.3.0/build/tabview/assets/skins/sam/tabview.css. you can see there is a image called sprite.png is used in that tabview.css file, but it was not loaded. the other plain html file http://www.ceshi.anpingsiwang.info/plain.html is totally fine

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

随风而去 2024-11-08 16:47:06

元素缺少 class 属性。只需更改

<body>

<body class="yui3-skin-sam">

即可(我要睡觉了)


编辑 演示演示!

The <body> element is missing the class attribute. Just change

<body>

to

<body class="yui3-skin-sam">

and you're golden (and I'm off to sleep).


Edit demo demo demo!

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