This is my first posting in here.
So let me first say a big thank you for this great joomla extension. It works perfect.
Just to let you know something I found out. google translate always loads this code/flash file, if u use a browser with (activated) flash plugin:
- Code: Select all
<div style="position: absolute; top: -1000px; height: 1px; width: 1px;">
<object width="400" height="500" data="http://translate.googleapis.com/translate_static/js/element/hrs.swf" type="application/x-shockwave-flash" name="fI0hiokzm79" id="fI0hiokzm79"><param value="always" name="allowScriptAccess"></object>
</div>
In case of / concerning to responsive webdesign, this can cause bad/unwanted site behaviour, if browser width is less than the 400px.
Cause the object name/id always change after realoding the site with empty browser cache, and the object is inside a div without an id/class, you can not address it for css styling, f.e. to decrease the width.