在所选元素上禁用 cufon
有没有办法禁用所选 div 中所有元素的 cufon ?几乎整个页面我都使用 cufon。但我希望有一个 div 采用 Arial 格式。有什么办法吗?我尝试过类似 element:not(.class) 但没有任何结果。
Is there a way to disable cufon on all elements in selected div? Almost on whole page I use cufon. But I want one div to be in Arial. Is there any way? I've tried something like element:not(.class) but without any results.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
更新:
我也在尝试这样做,似乎找到了解决方案!利用 jQuery 的 :not 选择器:
这至少可以从 Firefox、Safari、Chrome 和 IE 中的 cufon 替换中排除 h2.question 类。 :)
Update:
I'm trying to do this as well, seem to have found a solution! Make use of jQuery's :not selector:
This excludes the class h2.question from the cufon replace in Firefox, Safari, Chrome, and IE at least. :)