sIRF,需要一些帮助

发布于 2024-08-13 22:02:16 字数 545 浏览 6 评论 0原文

当像演示中那样在标签中拉动时它可以完美地工作

<label class="title">I'm no image. I'm Avenir! </label>

但是,我如何在下面的代码中实现这一点(没有加载)?

 <div id="zoomcontent"> <span style="margin: 0 10px 0 0" id="slidesbigtext" ></span> 
 <a class="icon2" style="margin: -10px 30px 0 0; font-size: 24px;" 
 href="#" onclick="return false; this.blur()"> &times </a> </div>

注意: (id="slidesbigtext") 从 javascript 加载文本没有任何问题,只是找不到一种方法让 sIFR 在这种情况下工作......还没有放弃希望!

It works perfectly when pulled within labels like in the demo

<label class="title">I'm no image. I'm Avenir! </label>

However, how can I achieve this within the code below (nothing loads)?

 <div id="zoomcontent"> <span style="margin: 0 10px 0 0" id="slidesbigtext" ></span> 
 <a class="icon2" style="margin: -10px 30px 0 0; font-size: 24px;" 
 href="#" onclick="return false; this.blur()"> × </a> </div>

note: (id="slidesbigtext") loads text from javascript without any issues, just can't find a way to make sIFR work in this situation... not giving up hopes yet!

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

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

发布评论

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

评论(1

可爱咩 2024-08-20 22:02:16

使用 SIRF 的替代方法可以在以下 URL 中找到: http://www.kirsle.net /wizards/ttf2eot.cgi

您使用普通的 .ttf 文件并将其转换为 .eot 并引用该文件以获得您想要的字体。

An alternate to using SIRF can be seen at the folloewing URL: http://www.kirsle.net/wizards/ttf2eot.cgi

You use a normal .ttf file and convert it to .eot and reference that file to get the font you want.

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