sIFR 3:IE6 额外间距
我在以下网站上使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您还可以使用
tuneWidth
、tuneHeight
、offsetTop
和offsetLeft
参数来删除 Flash 影片内的多余空间。代码>sIFR.replace()。You can also remove extra space inside the Flash movie using the
tuneWidth
,tuneHeight
,offsetTop
andoffsetLeft
arguments tosIFR.replace()
.您正在尝试在
sifr-config.js
中设置line-height
,但我认为这不会产生任何效果。 尝试设置前导
。 它采用像素值,但不采用单位。例如:
You are trying to set the
line-height
in yoursifr-config.js
, but I don't think that will have any effect. Try setting theleading
instead. It takes a value in pixels, but it doesn't take a unit.For example: