sIFR 2.0.7 scaling text instead of wrapping text
- by frio80
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;
}