Problem with javascript in firefox when moving google ads
- by thomas woelfer
hi.
i have a website with google ads on it. i would like to make it load faster. thus i moved all the google scripts to the bottom of the page. i also have a placeholder at the location where the ad(s) should be displayed and other divs that (initially) get the ads. finally (in window.onload) i'm moving the ads that have just be fetched from google to their target locations.
(a simple example page is here: http://www.nickles.de/temp/ads.html )
this works in ie, but it doesn't work in ff. (that is, in firefox, non-text ads show up fine, while text-ads don't. [or at least, not in a reliable way.])
any ideas what would be causing this?
Thanks!
-thomas woelfer