Text wrapping inconsistent in Firefox 3 on PC only

后端 未结 6 773
挽巷
挽巷 2021-01-27 16:34

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

6条回答
  •  故里飘歌
    2021-01-27 16:37

    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.

提交回复
热议问题