Viewing 2 replies - 1 through 2 (of 2 total)
  • A possible fix was mentioned in an earlier thread but it wasn’t much use for me. The pixelation problem lies with the way IE handles the fade in and fade out jquery functions. I found this an article which states 3 fixed you can use and the easiest one is to simply assign a background colour to the fading element.

    Edit the corresponding line in the quote-rotator-management.class.php file from this:
    echo "<div id=\"quoterotator\" style=\"font-size:$fontsize$fontunit;\">\n";
    to this
    echo "<div id=\"quoterotator\" style=\"font-size:$fontsize$fontunit;background-color:#FFF;\">\n";
    and it should work!

    [Please post code snippets between backticks or use the code button.]

    Oh, and here is the article listing the various fixes:
    http://www.kevinleary.net/jquery-fadein-fadeout-problems-in-internet-explorer/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Quote Rotator] Text is appearing weird in IE’ is closed to new replies.