sIRF,需要一些帮助
当像演示中那样在标签中拉动时它可以完美地工作
<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()"> × </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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 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.