Viewing 5 replies - 1 through 5 (of 5 total)
  • Doh yes sorry I should have said I am having the same problem here instead of starting a new topic.

    Can anyone help, other than not working in IE this plugin is very useful and time saving. If I dont find out why its bugging IE I will have to write my own solution…yawn.

    Any help much appreciato!

    Mark

    (@codeispoetry)

    Yes, I can confirm this error. A big unfortunate, it works very nicely and unobtrusively in other browsers but if it doesn’t work on IE is ceases to be an option.

    Try to make a conditional comment which excludes the display of the font-resizer only on IE8:

    <![if !IE 8]>
    <?php if(function_exists(‘fontResizer_place’)) { fontResizer_place(); } ?>
    <![endif]>

    Not a fine solution but better than not working on IE8 at all

    Mark

    (@codeispoetry)

    Trouble is of course that most of us here like this plugin and would want it to work on IE8 — and if it doesn’t, we have to look out for an alternative.

    Hi

    Sorry for my late answer.
    There was a javascript error. This error touched only Internet Explorer (6-8) and is fixed in the version 1.1.5.

    Cheers Chris

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: font-resizer] Invalid Argument Error with IE8’ is closed to new replies.