sIFR 2.0.7 scaling text instead of wrapping text
Posted
by frio80
on Stack Overflow
See other posts from Stack Overflow
or by frio80
Published on 2010-05-09T04:42:50Z
Indexed on
2010/05/09
4:48 UTC
Read the original article
Hit count: 233
I am struggling over here. iSFR is scaling my text to fit on one line instead of wrapping. Why is this? Any help would be appreciated.
// flash h2 headers
sIFR.replaceElement(named({ sSelector:"h2.title, h3.title, #comments h2.comments", sWmode: "transparent", sFlashSrc:"sites/all/themes/smebranding/sifr/DIN_light.swf", sColor:"#333333" }));
// CSS
h3.title {
font-size: 26px;
line-height: 26px;
color: white;
overflow:hidden;
height:26px;
color: white;
}
© Stack Overflow or respective owner