CUFON 图像替换

发布于 2024-07-29 01:12:44 字数 381 浏览 4 评论 0 原文

我曾在其中一个网站使用过 CUFON 图像替换。以下是 api 链接 https://github.com/sorccu/cufon/wiki/api 因为

他们说使用 Cufon.replace() 与 CSS 选择器,

Cufon.replace('#message');
Cufon.replace('h2');
Cufon.replace('#content > h3');

当我尝试它不起作用时,

任何人都可以帮助我如何实现这个目标

I had used the CUFON image replacement for one of the site.The following is the api link
https://github.com/sorccu/cufon/wiki/api
in that they say

Using Cufon.replace() with CSS selectors

Cufon.replace('#message');
Cufon.replace('h2');
Cufon.replace('#content > h3');

when i tried its not working

can anyone help me how to achive this

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

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

发布评论

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

评论(1

口干舌燥 2024-08-05 01:12:44

您需要有一个支持 CSS 选择器的 JavaScrtipt 库 - 否则 Cufon 只选择常规元素,如 h1、h2、li 等 - 请查看此处 https://github.com/sorccu/cufon/wiki/usage

You need to have a JavaScrtipt library that enables CSS selectors - otherwise Cufon only selects regular elements like h1, h2, li, etc - have look here https://github.com/sorccu/cufon/wiki/usage

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