Sifr 字体最后一个字在 IE8 中被剪切

发布于 2024-08-04 11:42:59 字数 711 浏览 2 评论 0原文

Sifr 3 字体在 IE8 中剪切最后一个单词。
点击此处查看快照

以下是js代码

<script type="text/javascript">

var cochin = {
  src: '<?=jsPath?>sifr/fonts/eurostile.swf'
  ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
};

sIFR.activate(cochin);


sIFR.replace(cochin, {
  selector: 'h1'
  ,css: [
    '.sIFR-root { font-weight: bold; font-size:31px; color:#848484; text-transform:uppercase; display:inline;}'
  ]
  ,wmode: 'transparent'

});

sIFR.fitExactly = true;
sIFR.forceWidth = true;
</script>

Sifr 3 font cut last word in IE8.
Click here for snapshot

Following is the js code

<script type="text/javascript">

var cochin = {
  src: '<?=jsPath?>sifr/fonts/eurostile.swf'
  ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
};

sIFR.activate(cochin);


sIFR.replace(cochin, {
  selector: 'h1'
  ,css: [
    '.sIFR-root { font-weight: bold; font-size:31px; color:#848484; text-transform:uppercase; display:inline;}'
  ]
  ,wmode: 'transparent'

});

sIFR.fitExactly = true;
sIFR.forceWidth = true;
</script>

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

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

发布评论

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

评论(1

自此以后,行同陌路 2024-08-11 11:42:59

您可以使用 tuneWidth 参数使 Flash 影片变宽一点,以便适合文本。

You can use the tuneWidth parameter to make the Flash movie a bit wider, so that the text will fit.

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