0
我對我的文本使用sifr3。 現在我的問題是,我無法獲得我的標籤的行高。sIFR3 h1高度
有人可以幫我嗎?線條高度,高度,領先等不會工作。 在這裏你可以找到輸出: http://www.bbp.nl/luuk-test/emmc/
CCS代碼:
.sIFR-active h1 {
visibility: hidden;
font-family: Verdana;
font-size: 14pt;
line-height: 1em;
padding: 0;
margin: 0;
text-align: right;
color: #ff5400;
}
JS代碼:
sIFR.replace(rockwell, {
selector: 'h1'
,css: [
'.sIFR-root { text-align: right; leading: -14; }'
,'a { text-decoration: none; }'
,'a:link { color: #000000; }'
,'a:hover { color: #ff5400;; }'
]
});