Sifr 字体最后一个字在 IE8 中被剪切
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用
tuneWidth
参数使 Flash 影片变宽一点,以便适合文本。You can use the
tuneWidth
parameter to make the Flash movie a bit wider, so that the text will fit.