sifr两种颜色

时间:2010-10-10 20:39:25

标签: sifr sifr3

我使用sifr作为标题,并希望使用不同的颜色突出显示某些单词。

我认为这可以通过使用sifr 3及其对em等标签的支持来实现,并在此处找到了确认此类的教程:http://justcoded.com/article/two-colors-sifr3/

但是,我遇到了一个错误,即em标签中的文本不可见,标题间隔似乎根本不存在。

HTML:

<h1>Normal Style Here <em>Emphasised here</em> Yet Not here!</h2>

的sIFR-config.js

sIFR.replace(foundrygridnik, {
  selector: 'h1', wmode: 'transparent', forceSingleLine: true,
  css: ['.sIFR-root {color: #acd037; }',
    'em {color: #ffffff; }']
});

1 个答案:

答案 0 :(得分:0)

试试这个,只针对每种情况进行替换调用:

enter code here sIFR.replace(test,{              选择器:'p',              css:'。ifIFR-root {letter-spacing:.3;领先:0; background-color:#e6e6e6;颜色:#79868e; font-size:15px; text-align:justify; text-indent:20px; }”             });             sIFR.replace(test,{               选择器:'h4',              css:'。ifIFR-root {background-color:#e6e6e6;颜色:#79868e; font-size:14px; text-align:right; }”             });