你能为sIFR3 r-436设置一个行高吗?

时间:2010-03-11 00:34:24

标签: sifr css

我已尝试在sifr-config.js和我的网页样式表中为sIFR3设置行高,但似乎都没有应用行高?

1 个答案:

答案 0 :(得分:1)

我相信你正在寻找与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
    });