htmlcsssifr

sIFR moving a word into two lines?


Does anyone have any explanation for this? I've tried setting a width on #menu_wrapper ul li to no avail.

http://i31.tinypic.com/2vskbqu.png


Solution

  • sIFR is limited in width to the width of the element you're replacing. If this element is floated, the width is the actual width of the HTML text. If the Flash font is wider than the HTML font, this means the Flash text won't fit in the allowed width and splits into multiple lines.

    Possible solutions: