This is a recurring problem I have in Firefox 3.0. It seems when I keep refreshing sometimes it wraps, sometimes it doesn\'t. When it doesn\'t wrap, I can adjust the window size
sIFR may be initializing too early. Easiest fix is to set sIFR.useDomLoaded = false;
before sIFR.activate()
, which will wait until page load before replacing the elements.
You can also look into using sIFR.useStyleCheck = true;
which needs a bit more CSS but will wait until the CSS has loaded.
Per Mark's advice, uncommenting sIFR.useStyleCheck = true; just before sIFR.activate() worked for me.
Robert, sIFR.activate() is found in sifr.js.
Is sIFR.activate() located in the sifr.js file or the sifr-addons.js file?
For the common user... make sure that you set your width and height of the div container for your object or image. Firefox will wrap any text following if these values are not set.
I'm pretty sure it's text-transform:uppercase enlarging the word width after the flash width has been set
I've been trying to figure a solution to this for some time
A possibility is that you might need to specify a height on the element. IE7 can have a similar problem.