rayantony / jixedbar

Automatically exported from code.google.com/p/jixedbar
GNU General Public License v2.0
0 stars 0 forks source link

IE8+Google Translate #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I've tried using the script with Google Translate's API: 
http://translate.google.com/translate_tools

When I insert the script from google, the bar stops working (stuck) when it 
runs on IE browser. Works as normal on Chrome and Opera.

What steps will reproduce the problem?
1. Insert code into <body> from google Translate tool
2. Use IE8
3.

Original issue reported on code.google.com by yitp...@gmail.com on 3 Oct 2010 at 1:46

Attachments:

GoogleCodeExporter commented 9 years ago
Found a quick fix for this. Put this in your default CSS. However, it will also 
disable the google translate toolbar but I find it even more useful.

body {top: 0px !important; position: static !important; }
.goog-te-banner-frame {display:none !important}

Original comment by yitp...@gmail.com on 6 Oct 2010 at 2:13