Google Translate Location

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
2/21/2013 1:48:49 AM
Gravatar
Total Posts 21

Re: Google Translate Location

Just loaded - NOT playing nice w/ IE

     <p><portal:GoogleTranslatePanel id="gt1" runat="server" CssClass="gtranslate" /></p>

at http://devel.eurobridge.org/ and it shows up in everything but older IE

Same as

     <p><div id="google_translate_element"></div><script type="text/javascript">
function googleTranslateElementInit() {
  new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.HORIZONTAL, multilanguagePage: true}, 'google_translate_element');
}
</script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script></p>

2/21/2013 4:25:22 AM
Gravatar
Total Posts 18439

Re: Google Translate Location

Doesn't really surprise me since google has dropped support of IE 8 in lots of their products.

You must sign in to post in the forums. This thread is closed to new posts.