I see post from over a year ago about this... IS there really not
solution to this I would be helped greatly by the ability to remove
it ....Please! some feed back at least
On Aug 31, 9:32 am, David Smith wrote:
> Hello group,
>
> I would like to completely removeoriginaltextmouse over on my site
> as it interferes with my sites scrolling ability in using this script
>
> <div id="google_translate_element"></div>
> <script>
> function googleTranslateElementInit() {
> new google.translate.TranslateElement({
> pageLanguage: 'en',
> gaTrack: true,
> autoDisplay: false,
> multilanguagePage: true
> }, 'google_translate_element');
>
> }
>
> </script><script src="//translate.google.com/translate_a/element.js?
> cb=googleTranslateElementInit"></script>
>
> I have used the following CSS to try and remove the issues
>
> Top banners removed by
>
> body{top: 0px !important;}
> .goog-te-banner-frame,.goog-te-balloon-frame{display:none !important;}
> font{background: transparent !important; color: inherit !important;}
>
> My issue is the "originaltext" mouseover I can make it not displayed
> using
>
> #goog-gt-tt{display: none !important;}
>
> .goog-te-balloon-frame{display: none !important;}".
>
> #google_translate_element {
> display:none;
>
> }
>
> but the UI is still interfering with the scrolling .. when the
> "originaltext" box is loaded invisible
>
> I just need for the mouse over UI to not to load at all if
> possible.
>
> Any suggestions ?
--
You received this message because you are subscribed to the Google Groups
"General" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-translate-general?hl=en.