sIFR 3:IE6 额外间距

发布于 2024-07-15 19:14:06 字数 351 浏览 6 评论 0原文

我在以下网站上使用 sIFR 3 http://www.bevelite.com.au/test2< /a> 这很有魅力! 唯一的问题是,我将页脚 div 设置为绝对位于页面底部,但一旦 sIFR 完成渲染,它就会在页脚下方放置一些额外的空间,这违背了我绝对定位页脚的目的!

有没有办法可以定义 sIFR 渲染文本的行高? 目前,文本以 28 像素的高度渲染 H1,理想情况下,我希望将其设置为 19 像素高,无论是渲染之前的文本还是使用 sIFR 渲染之后的文本。

有什么指点吗?

I'm using sIFR 3 on the following website http://www.bevelite.com.au/test2 which works a charm! The only problem is that I've got a footer div set to sit absolutely at the bottom of the page which it does but once sIFR has finished rendering it puts some extra space below the footer, defeating the purpose of my absolutely positioned footer!

Is there a way I can define the line height of the sIFR rendered text? At the moment the text renders out H1's at 28px high, ideally I would like to set this at 19px high, for both the text before it's rendered out and then after with sIFR.

Any pointers?

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

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

发布评论

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

评论(2

花间憩 2024-07-22 19:14:06

您还可以使用 tuneWidthtuneHeightoffsetTopoffsetLeft 参数来删除 Flash 影片内的多余空间。代码>sIFR.replace()。

You can also remove extra space inside the Flash movie using the tuneWidth, tuneHeight, offsetTop and offsetLeft arguments to sIFR.replace().

烏雲後面有陽光 2024-07-22 19:14:06

您正在尝试在 sifr-config.js 中设置 line-height,但我认为这不会产生任何效果。 尝试设置前导。 它采用像素值,但不采用单位。

例如:

css: [
    '.sIFR-root {leading: -2;}'
]

You are trying to set the line-height in your sifr-config.js, but I don't think that will have any effect. Try setting the leading instead. It takes a value in pixels, but it doesn't take a unit.

For example:

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