Cufon动态调整大小,可能吗?
我已经加载了 jQuery Roundabout,以及用于自定义字体的 Cufon。当单击另一个框时,该框会调整“em”或“%”的大小,所以我想知道的是......
当用户单击下一个框时,我可以获得 Cufon (样式为 H2)根据 EM 调整大小,或者这是一个大问题,不是吗?
不知道如何将此作为示例,因为我正在本地的 Joomla 网站上工作。任何帮助表示赞赏。
干杯
I've got a jQuery Roundabout loaded, aswell as Cufon for a custom font. When another box is clicked that box then resizes baded on "em's" or "%"'s so what I'd like to know is...
When a user clicks the next box, can I get the Cufon (Styled to H2) to resize based on EM's or is it a big no, no?
Not sure how to represent this as an example, as I am working locally on a Joomla site. Any help appreciated.
Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 CSS 中调整 H2 的大小后,只需再次调用 Cufon.replace("h2") 即可。
Just call Cufon.replace("h2") again after you've resized the H2 in your CSS.