New versions of the API are released almost weekly. It appears you are (inadvertantly??) using obsolute code - left over from v1.
Such syntax was depreciated about 2 years ago, and recent changes inadvertantly broke such old code. As another issue notice you have v=2.x in your loader, and without a good reason you shouldnt use that for a production website - it means you are exposed to the experimental version as soon as it comes out - which could easily break your site. You should really use v=2 - which will be more stable. On Mon, Nov 3, 2008 at 9:45 PM, youradds <[EMAIL PROTECTED]> wrote: > > Hi, > > Has there been any major changes in the map stuff? Got a weird thing > going on in IE: > > http://www.webcam-index.com/webcams/1156.html > > (looks fine in FF) > > The "zoom" bar looks screwed. > > It was even worse before I removed: > > map.setMapType( G_HYBRID_TYPE ); > > ...so wondering if somethings gone on I didn't know about? > > TIA > > Andy > > > -- Barry - www.nearby.org.uk - www.geograph.org.uk - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
