我已经尝试在sifr-config.js和我的web样式表中为sIFR3设置行高,但似乎都没有应用行高?
发布于 2010-03-11 08:38:17
我相信您正在寻找与flash值相对应的leading参数,而不是"line-height“CSS属性,例如:
sIFR.replace(fontName, {
css: [
".sIFR-root { background-color:#000000; color:#ffff33; font-size:24px; leading:-10; }",
".bottom { color:#FFFFFF; font-size:15px; }",
],
selector: "#featured-articles .widget-info p",
fitExactly : false,
transparent: true,
tuneHeight: 0,
tuneWidth: 0
});https://stackoverflow.com/questions/2421762
复制相似问题