Just spent a frustrating couple of hours trying to fix an IE8
problem.

The JS code:
<div id="google_translate_element"></div><script>
function googleTranslateElementInit() {
  new google.translate.TranslateElement({
    pageLanguage: 'en'
  }, 'google_translate_element');
}
</script><script src="http://translate.google.com/translate_a/
element.js?cb=googleTranslateElementInit"></script>


Translates a  page perfectly in FireFox, but in IE8 it would stop its
translation after it parsed the page up to a  specific </small>.
There were/are other such font size tags on the page, but it only
choked on these two...very odd.

Eliminating, after laborious trial and error, the pair of <small> </
small> tags did the trick (replaced them with an inline style="font-
size:small;">

The page in question is found at http://drewhingson.com/flintHillOpening.html


Reply via email to